UNPKG

@mattilsynet/designsystem-svelte

Version:

Design system for Mattilsynet

9 lines (8 loc) 227 B
interface Props { infoType?: 'important' | 'none'; iconText?: string; text: string; } declare const Notice: import("svelte").Component<Props, {}, "">; type Notice = ReturnType<typeof Notice>; export default Notice;