UNPKG

@senka-ai/ui

Version:

A modern, type-safe Svelte 5 UI component library with full theme support, accessibility standards, and robust state management patterns

8 lines 396 B
import type { BaseProps, VariantComponent } from '../../type/component'; interface Props extends BaseProps, VariantComponent<'default' | 'error' | 'loading'> { message?: string; } declare const MapPlaceholder: import("svelte").Component<Props, {}, "">; type MapPlaceholder = ReturnType<typeof MapPlaceholder>; export default MapPlaceholder; //# sourceMappingURL=MapPlaceholder.svelte.d.ts.map