9 lines
194 B
TypeScript
9 lines
194 B
TypeScript
/**
|
|
* 桥接文件 - 保持向后兼容
|
|
* 实际数据已迁移到 core/data/worksheets.ts
|
|
*/
|
|
export {
|
|
FOCUS_FUNCTION_TYPES,
|
|
type FocusFunctionType,
|
|
} from '../core/data/worksheets';
|