12 lines
221 B
TypeScript
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';
|