3 lines
176 B
TypeScript
3 lines
176 B
TypeScript
// For now, just re-export from CE
|
|
// In the future, you can extend the timeline store mapping here for EE-specific timeline types
|
|
export * from "ce/hooks/use-timeline-chart";
|