@seplan/diti-ds
Version:
Reusable UI component library developed by DITI (Technology and Innovation Directorate of SEPLAN PI) based on Mantine and Tailwind CSS
9 lines • 325 B
TypeScript
export type SearchInputProps = {
placeholder?: string;
className?: string;
inputClassName?: string;
onSearch?: (value: string) => void;
debounceMs?: number;
};
export declare function SearchInput(props: SearchInputProps): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=search-input.d.ts.map