UNPKG

xbpr

Version:

xbp react ui by @arco-design/web-react

6 lines (5 loc) 239 B
import React from 'react'; import { DividerProps } from './interface'; declare const DividerComponent: React.ForwardRefExoticComponent<DividerProps & React.RefAttributes<unknown>>; export default DividerComponent; export { DividerProps };