UNPKG

@realsee/dnalogel

Version:
8 lines (7 loc) 205 B
import type { Five } from '@realsee/five'; /** Five 模型是否加载完成 */ export declare function checkFiveModelLoaded(five: Five): { result: boolean; msg: string; }; export * from './mode';