@dvcol/neo-svelte
Version:
Neomorphic ui library for svelte 5
5 lines (4 loc) • 304 B
TypeScript
import type { NeoSkeletonContainerProps } from './neo-skeleton-container.model.js';
declare const NeoSkeletonContainer: import("svelte").Component<NeoSkeletonContainerProps, {}, "ref" | "context">;
type NeoSkeletonContainer = ReturnType<typeof NeoSkeletonContainer>;
export default NeoSkeletonContainer;