UNPKG

@ant-design/react-native

Version:

基于蚂蚁金服移动设计规范的 React Native 组件库

20 lines (19 loc) 773 B
import { TextStyle, ViewStyle } from 'react-native'; import { Theme } from '../../style'; export interface CheckboxStyle { wrapper: ViewStyle; icon: TextStyle; iconRight: TextStyle; agreeItem: ViewStyle; agreeItemCheckbox: TextStyle; checkboxItemCheckbox: TextStyle; } declare const _default: (theme: Theme) => { wrapper: import("react-native").RegisteredStyle<ViewStyle>; icon: import("react-native").RegisteredStyle<TextStyle>; iconRight: import("react-native").RegisteredStyle<TextStyle>; agreeItem: import("react-native").RegisteredStyle<ViewStyle>; agreeItemCheckbox: import("react-native").RegisteredStyle<TextStyle>; checkboxItemCheckbox: import("react-native").RegisteredStyle<TextStyle>; }; export default _default;