UNPKG

@dfinity/gix-components

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