返回 presentation-ai
index.ts
1 export * from "./hooks/useDebouncedOnChange";
2 export * from "./hooks/useEditorFonts";
3 export * from "./hooks/useHistoryGuard";
4 export * from "./hooks/usePresentationEditorInstance";
5 export * from "./hooks/useSlideFocus";
6
7 export * from "./components/EditablePlate";
8 export * from "./components/PresentationRoot";
9 export * from "./components/StaticPlate";
10
11 export * from "./utils/slideSignature";
12
12 lines TYPESCRIPT