UNPKG

@dvcol/neo-svelte

Version:

Neomorphic ui library for svelte 5

5 lines (4 loc) 261 B
import type { NeoLoadingMatrixProps } from './neo-loading-matrix.model.js'; declare const NeoLoadingMatrix: import("svelte").Component<NeoLoadingMatrixProps, {}, "">; type NeoLoadingMatrix = ReturnType<typeof NeoLoadingMatrix>; export default NeoLoadingMatrix;