UNPKG

antd

Version:

An enterprise-class UI design language and React components implementation

5 lines (4 loc) 191 B
import * as React from 'react'; type CompoundedComponent = React.FC<React.PropsWithChildren> & {}; declare const BreadcrumbSeparator: CompoundedComponent; export default BreadcrumbSeparator;