packages/rc-components/rc-app-layout/src/index.tsx (9 lines of code) (raw):
import AppLayout from './AppLayout';
import './index.less';
export default AppLayout;
export * from './AppLayout';
export { HybridCloudLightTheme } from './theme/hybridcloud-light';
export { HybridCloudDarkTheme } from './theme/hybridcloud-dark';
export { XConsoleTheme } from './theme/xconsole';
export { WindTheme } from './theme/wind';
export { XConsoleDarkTheme } from './theme/xconsole-dark';