element-pro-components
Version:
a component library for Vue 3 base on element-plus
7 lines (6 loc) • 299 B
TypeScript
import Layout from './Layout';
import { layoutProps } from './props';
import type { IDefinePlugin, IDefineProps } from '../types/index';
export { layoutProps } from './props';
export declare const ProLayout: IDefinePlugin<typeof Layout>;
export type ILayoutProps = IDefineProps<typeof layoutProps>;