UNPKG

@daks.dev/svelte.sdk

Version:
9 lines (8 loc) 221 B
type Props = { class?: ClassName; icon?: string; size?: number | string; }; declare const NavPath: import("svelte").Component<Props, {}, "">; type NavPath = ReturnType<typeof NavPath>; export default NavPath;