UNPKG

svelte-animate-icons

Version:

551 animated SVG icons for Svelte 5 with Web Animations API - hover, click, state-based animations, TypeScript ready

8 lines 267 B
interface Props { value: string; placeholder?: string; } declare const SearchInput: import("svelte").Component<Props, {}, "value">; type SearchInput = ReturnType<typeof SearchInput>; export default SearchInput; //# sourceMappingURL=SearchInput.svelte.d.ts.map