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>
8 lines (7 loc) • 339 B
TypeScript
import Nav from "./Nav";
export type { INavProps } from "./Nav";
export type { ISubNavProps as INavSubNavProps } from "./SubNav";
export type { IItemProps as INavItemProps } from "./Item";
export type { IGroupProps as INavGroupProps } from "./Group";
export type { IDividerProps as INavDividerProps } from "./Divider";
export default Nav;