type SelectData = {
    efx?: Function;
    options: { label: string; value: string }[];
    store: MinimalWritable<unknown>;
    type: string;
}
Index

Properties

Properties

efx?: Function
options: { label: string; value: string }[]
store: MinimalWritable<unknown>
type: string