Files
nodarium/packages/planty/src/lib/index.ts
T
2026-04-20 01:08:29 +02:00

12 lines
221 B
TypeScript

export { default as Planty } from './components/Planty.svelte';
export type {
AvatarAnchor,
AvatarPosition,
Choice,
DialogNode,
HighlightTarget,
PlantyConfig,
PlantyHook,
StepCallback
} from './types.js';