UNPKG

@dfinity/gix-components

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