UNPKG

melt

Version:

The next generation of Melt UI. Built for Svelte 5.

8 lines (7 loc) 270 B
interface Props { wrap?: boolean; disabledPattern?: boolean[]; } declare const SpatialMenuDisabledTest: import("svelte").Component<Props, {}, "">; type SpatialMenuDisabledTest = ReturnType<typeof SpatialMenuDisabledTest>; export default SpatialMenuDisabledTest;