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.

4 lines (3 loc) 141 B
declare const Layer: import("svelte").Component<Record<string, never>, {}, "">; type Layer = ReturnType<typeof Layer>; export default Layer;