UNPKG

kylin-ui-component

Version:

A React UI library for some developers to develop quickly

4 lines (3 loc) 176 B
import { BadgeProps } from './type'; import React from 'react'; export declare const Badge: React.ForwardRefExoticComponent<BadgeProps & React.RefAttributes<HTMLSpanElement>>;