import { ViewType } from '@oinone/kunlun-meta'; import { LayoutManager } from '../../spi'; LayoutManager.register( { viewType: ViewType.Form, moduleName: 'MyCenter', model: 'my.MyPamirsUserProxy', actionName: 'MyCenterMenus_SettingMenu' }, ` ` ); export * from './ProfileCenterWidget';