File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 14
14
* @method static void version(\Closure|string|null $version)
15
15
* @method static string getVersion()
16
16
* @method static void resolveUrlUsing(\Closure|null $urlResolver = null)
17
- * @method static \Inertia\ScrollProp scroll(mixed $value, string $wrapper = 'data', \Inertia\ProvidesScrollMetadata|callable|null $metadata = null)
17
+ * @method static \Inertia\ScrollProp<mixed> scroll(mixed $value, string $wrapper = 'data', \Inertia\ProvidesScrollMetadata|callable|null $metadata = null)
18
18
* @method static \Inertia\OptionalProp optional(callable $callback)
19
19
* @method static \Inertia\LazyProp lazy(callable $callback)
20
20
* @method static \Inertia\DeferProp defer(callable $callback, string $group = 'default')
You can’t perform that action at this time.
0 commit comments