UNPKG

xbpr

Version:

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

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