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.

10 lines (9 loc) 339 B
type $$ComponentProps = { sToHalfway?: number; width?: number; height?: number; thickness?: number; }; declare const WavyLinearProgressEstimate: import("svelte").Component<$$ComponentProps, {}, "">; type WavyLinearProgressEstimate = ReturnType<typeof WavyLinearProgressEstimate>; export default WavyLinearProgressEstimate;