UNPKG

@dfinity/gix-components

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