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

7 lines 368 B
import type { BaseProps, ExtendedSizedComponent } from '../../type/component'; interface Props extends BaseProps, ExtendedSizedComponent { } declare const AvatarPlaceholder: import("svelte").Component<Props, {}, "">; type AvatarPlaceholder = ReturnType<typeof AvatarPlaceholder>; export default AvatarPlaceholder; //# sourceMappingURL=AvatarPlaceholder.svelte.d.ts.map