UNPKG

tntd

Version:

tntd是基于 TNT Design 设计体系的 React UI 组件库,主要用于研发企业级中后台产品。

22 lines 748 B
export function HeaderActionItem(props: any): React.JSX.Element; export * from "./HeaderNavs"; export default TNTLayout; import React from "react"; declare function TNTLayout({ type, config, showMenuInIframe, ...props }: { [x: string]: any; type: any; config: any; showMenuInIframe?: boolean | undefined; }): React.JSX.Element; declare namespace TNTLayout { export { HeaderActionItem }; export { HeaderNavs }; export { HeaderTabs }; export { AuthContext }; export { findMenuInfoByPath }; } import HeaderNavs from "./HeaderNavs"; import HeaderTabs from "./HeaderTabs"; import AuthContext from "../auth-context"; import { findMenuInfoByPath } from "../utils/findMenuInfoByPath"; //# sourceMappingURL=index.d.ts.map