Files
leaudit-platform-frontend/app/components/collabora/lib/index.ts
T
2025-11-25 20:45:41 +08:00

29 lines
429 B
TypeScript

/**
* Collabora 功能模块统一导出
*
* @encoding UTF-8
*/
// 高亮,已经封装好了
export { switchHighlight } from './Highlightselecttext';
// 导航/跳转功能
export {
unoScrollToTop
} from './navigation';
// 页数信息
export {
requestPageInfo,
type PageInfo
} from './pageInfo';
// 自定义页面跳转功能
export {
customGotoPage,
type GotoPageResponse
} from './gotoPage';