UNPKG

@dfinity/gix-components

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