adui
Version:
<div> <img src="https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png" style="margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;" /> </div>
7 lines (6 loc) • 295 B
TypeScript
import Layout from "./Layout";
export type { ILayoutProps } from "./Layout";
export type { IAsideProps as ILayoutAsideProps } from "./Aside";
export type { IHeaderProps as ILayoutHeaderProps } from "./Header";
export type { IMainProps as ILayoutMainProps } from "./Main";
export default Layout;