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.
9 lines (8 loc) • 309 B
TypeScript
type $$ComponentProps = {
sToHalfway?: number;
size?: number;
thickness?: number;
};
declare const CircularProgressEstimate: import("svelte").Component<$$ComponentProps, {}, "">;
type CircularProgressEstimate = ReturnType<typeof CircularProgressEstimate>;
export default CircularProgressEstimate;