FetcherWithComponents

sealed external interface FetcherWithComponents<TData> : Fetcher<TData> (source)

Properties

Link copied to clipboard
abstract var Form: FC<FetcherFormProps>
Link copied to clipboard
abstract var load: (href: String, opts: FetcherWithComponentsLoadOpts?) -> Unit
Link copied to clipboard