UNPKG

antd-mobile

Version:

<img src="https://gw.alipayobjects.com/mdn/rms_ee68a8/afts/img/A*hjjDS5Yy-ooAAAAAAAAAAAAAARQnAQ" alt="logo" width="100%" />

10 lines (9 loc) 349 B
import React, { FC } from 'react'; import { NativeProps } from '../../utils/native-props'; export declare const dot: unique symbol; export declare type BadgeProps = { content?: React.ReactNode | typeof dot; color?: string; bordered?: boolean; } & NativeProps<'--right' | '--top' | '--color'>; export declare const Badge: FC<BadgeProps>;