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) 279 B
type $$ComponentProps = { sToHalfway?: number; height?: number; }; declare const LinearProgressEstimate: import("svelte").Component<$$ComponentProps, {}, "">; type LinearProgressEstimate = ReturnType<typeof LinearProgressEstimate>; export default LinearProgressEstimate;