@ant-design/react-native
Version:
基于蚂蚁金服移动设计规范的 React Native 组件库
15 lines (14 loc) • 406 B
TypeScript
import { TextStyle, ViewStyle } from 'react-native';
import { Theme } from '../../style';
export interface BadgeStyle {
wrap: ViewStyle;
textCornerWrap: ViewStyle;
dot: ViewStyle;
dotSizelarge: ViewStyle;
textDom: ViewStyle;
textCorner: ViewStyle;
textCornerlarge: ViewStyle;
text: TextStyle;
}
declare const _default: (theme: Theme) => BadgeStyle;
export default _default;