UNPKG

@bexis2/bexis2-rpm-ui

Version:

Everything you need to build a Svelte project, powered by [`create-svelte`](https://github.com/sveltejs/kit/tree/master/packages/create-svelte).

9 lines (6 loc) 278 B
// DataStructureCreationModel import type { DataStructureCreationModel } from '$lib/components/datastructure/types'; export type { DataStructureCreationModel }; // Selection import Selection from '$lib/components/datastructure/Selection.svelte'; export { Selection };