@dvcol/neo-svelte
Version:
Neomorphic ui library for svelte 5
7 lines (6 loc) • 331 B
TypeScript
export { default as NeoLazy } from './NeoLazy.svelte';
export { default as NeoLoadingMatrix } from './NeoLoadingMatrix.svelte';
export { default as NeoSuspense } from './NeoSuspense.svelte';
export type * from './neo-lazy.model.js';
export type * from './neo-loading-matrix.model.js';
export type * from './neo-suspense.model.js';