UNPKG

@bee-design/ui

Version:

Bee Design React UI Library.

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