UNPKG

antd-meck

Version:

An enterprise-class UI design language and React-based implementation

10 lines (9 loc) 266 B
/// <reference types="react" /> export default function Divider({prefixCls, type, className, children, dashed, ...restProps}: { [x: string]: any; prefixCls?: string; type?: string; className: any; children: any; dashed: any; }): JSX.Element;