Type Alias SelectData
SelectData: {
efx?: Function;
options: { label: string; value: string }[];
store: MinimalWritable<unknown>;
type: string;
}
efx?: Function;
options: { label: string; value: string }[];
store: MinimalWritable<unknown>;
type: string;
}
Type declaration
Optional
efx?: Functionoptions: { label: string; value: string }[]
store: MinimalWritable<unknown>
type: string