UNPKG

@selenite/graph-editor

Version:

A graph editor for visual programming, based on rete and svelte.

8 lines (7 loc) 272 B
export { formatXml } from './xml'; export * from './url'; export * from './string'; export * as DaisyUI from './daisyui'; export * from './daisyui'; export declare function newLocalId(baseName?: string): string; export declare function newUuid(baseName?: string): string;