UNPKG

@mattilsynet/designsystem-svelte

Version:

Design system for Mattilsynet

9 lines (8 loc) 213 B
interface Props { color?: string; title?: string; [key: string]: unknown; } declare const XIcon: import("svelte").Component<Props, {}, "">; type XIcon = ReturnType<typeof XIcon>; export default XIcon;