@fle-ui/pro-layout
Version:
@fle-ui/pro-layout
14 lines (13 loc) • 672 B
TypeScript
export { default as BasicLayout } from './basicLayout';
export type { BasicLayoutProps } from './basicLayout';
export { default as PageContainer } from './pageContainer';
export type { PageContainerProps } from './pageContainer';
export { default as ProHeader } from './proHeader';
export type { ProHeaderProps } from './proHeader';
export { default as ProFooter } from './proFooter';
export type { ProFooterProps } from './proFooter';
export { default as NoAuth } from './noAuth';
export { default as ProCard } from './proCard';
export type { ProCardProps } from './proCard';
export { default as ProMenu } from './proMenu';
export type { ProMenuProps } from './proMenu';