8 lines
277 B
TypeScript
8 lines
277 B
TypeScript
|
|
/**
|
||
|
|
* Platform Adapters
|
||
|
|
* 平台适配器
|
||
|
|
*/
|
||
|
|
|
||
|
|
export { BrowserPlatformAdapter, BrowserPathResolver, type BrowserPlatformConfig } from './BrowserPlatformAdapter';
|
||
|
|
export { EditorPlatformAdapter, EditorPathResolver, type EditorPlatformConfig } from './EditorPlatformAdapter';
|