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 406 B
import type { BaseProps, VariantComponent } from '../../type/component'; interface Props extends BaseProps, VariantComponent<'default' | 'error' | 'loading'> { message?: string; } declare const VideoPlaceholder: import("svelte").Component<Props, {}, "">; type VideoPlaceholder = ReturnType<typeof VideoPlaceholder>; export default VideoPlaceholder; //# sourceMappingURL=VideoPlaceholder.svelte.d.ts.map