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.

9 lines (8 loc) 275 B
type $$ComponentProps = { size?: number; container?: boolean; center?: boolean; }; declare const LoadingIndicator: import("svelte").Component<$$ComponentProps, {}, "">; type LoadingIndicator = ReturnType<typeof LoadingIndicator>; export default LoadingIndicator;