Updated
This commit is contained in:
4
index.d.ts
vendored
4
index.d.ts
vendored
@@ -67,7 +67,7 @@ declare module 'sigpro-ui' {
|
||||
interface AutocompleteProps extends BaseProps, EventProps {
|
||||
items?: string[] | AutocompleteOption[] | (() => (string[] | AutocompleteOption[]));
|
||||
value?: Signal<string> | string;
|
||||
onSelect?: (option: string | AutocompleteOption) => void;
|
||||
onselect?: (option: string | AutocompleteOption) => void;
|
||||
label?: string | (() => string);
|
||||
placeholder?: string | (() => string);
|
||||
}
|
||||
@@ -167,7 +167,7 @@ declare module 'sigpro-ui' {
|
||||
tooltip?: string;
|
||||
max?: number;
|
||||
accept?: string;
|
||||
onSelect?: (files: File[]) => void;
|
||||
onselect?: (files: File[]) => void;
|
||||
}
|
||||
function Fileinput(props: FileinputProps): HTMLElement;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user