UNPKG

antd

Version:

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

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