UNPKG

fcr-core

Version:

Core APIs for building online scenes

7 lines (6 loc) 234 B
type TargetScene = { getScenePropertiesByKeyPath: (keyPath: string) => unknown; }; /** 获取白板开启或关闭性能模式的配置 */ export declare const getBoardPerformance: (targeScene: TargetScene) => boolean; export {};