UNPKG

m3-svelte

Version:

M3 Svelte implements the Material 3 design system in Svelte. See the [website](https://ktibow.github.io/m3-svelte/) for demos and usage instructions.

7 lines (6 loc) 194 B
type $$ComponentProps = { inset?: boolean; }; declare const Divider: import("svelte").Component<$$ComponentProps, {}, "">; type Divider = ReturnType<typeof Divider>; export default Divider;