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.

8 lines (7 loc) 243 B
type $$ComponentProps = { percent: number; height?: number; }; declare const LinearProgress: import("svelte").Component<$$ComponentProps, {}, "">; type LinearProgress = ReturnType<typeof LinearProgress>; export default LinearProgress;