3 lines
144 B
TypeScript
3 lines
144 B
TypeScript
export { timelineStore } from './store';
|
|
export type { TimelineState } from './store';
|
|
export { default as TimeLine } from './TimeLine.svelte';
|