UNPKG

@dfinity/gix-components

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