UNPKG

zarm

Version:

基于 React 的移动端UI库

8 lines (7 loc) 221 B
import * as React from 'react'; export interface BaseBadgeProps { text?: React.ReactNode; shape?: 'dot' | 'radius' | 'round' | 'rect' | 'circle' | 'leaf'; bordered?: boolean; children?: React.ReactNode; }