Variable: from()

const from: <TInput, TStateMap>(selector, island, props?) => () => void | null = ilhaFrom

Type Parameters

TInput

TInput

TStateMap

TStateMap extends Record<string, unknown>

Parameters

selector

string | Element

island

Island<TInput, TStateMap>

props?

Partial<TInput>

Returns

() => void | null