UNPKG

@dfinity/gix-components

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