@mattilsynet/designsystem-svelte
Version:
Design system for Mattilsynet
9 lines (8 loc) • 319 B
TypeScript
import type { MenuPoint } from '../../ts';
declare const MenuPointsIcons: import("svelte").Component<{
ariaLabelledBy: string;
headerTag?: "h2" | "h3" | "h4" | "h5" | "h6";
menuPoints?: Array<MenuPoint>;
}, {}, "">;
type MenuPointsIcons = ReturnType<typeof MenuPointsIcons>;
export default MenuPointsIcons;