svelte-animate-icons
Version:
551 animated SVG icons for Svelte 5 with Web Animations API - hover, click, state-based animations, TypeScript ready
10 lines • 334 B
TypeScript
interface Props {
text: string;
label: string;
type: 'import' | 'component' | 'install' | 'cdn';
size?: 'small' | 'medium';
}
declare const CopyButton: import("svelte").Component<Props, {}, "">;
type CopyButton = ReturnType<typeof CopyButton>;
export default CopyButton;
//# sourceMappingURL=CopyButton.svelte.d.ts.map