UNPKG

m3-svelte

Version:

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

9 lines (8 loc) 352 B
import type { LabelledAria } from "../misc/typing-utils"; type $$ComponentProps = { sToHalfway?: number; height?: number; } & LabelledAria; declare const LinearProgressEstimate: import("svelte").Component<$$ComponentProps, {}, "">; type LinearProgressEstimate = ReturnType<typeof LinearProgressEstimate>; export default LinearProgressEstimate;