UNPKG

@dfinity/gix-components

Version:
8 lines (7 loc) 222 B
/// <reference types="svelte" /> interface Props { size?: string | number; } declare const IconClock: import("svelte").Component<Props, {}, "">; type IconClock = ReturnType<typeof IconClock>; export default IconClock;