refactor(types): core 导出 AppOptionsConfig
This commit is contained in:
@@ -30,7 +30,7 @@ import Node from './Node';
|
||||
import Page from './Page';
|
||||
import { transformStyle as defaultTransformStyle } from './utils';
|
||||
|
||||
interface AppOptionsConfig {
|
||||
export interface AppOptionsConfig {
|
||||
ua?: string;
|
||||
config?: MApp;
|
||||
platform?: 'editor' | 'mobile' | 'tv' | 'pc';
|
||||
|
||||
@@ -26,6 +26,7 @@ export * from '@tmagic/utils';
|
||||
export { default as EventHelper } from './EventHelper';
|
||||
export * from './utils';
|
||||
|
||||
export { type AppOptionsConfig } from './App';
|
||||
export { default as Env } from './Env';
|
||||
export { default as Page } from './Page';
|
||||
export { default as Node } from './Node';
|
||||
|
||||
Reference in New Issue
Block a user