UNPKG

@ant-design/react-native

Version:

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

13 lines (12 loc) 358 B
import { TextStyle, ViewStyle } from 'react-native'; import { Theme } from '../../style'; export interface TextareaItemStyle { container: ViewStyle; input: TextStyle; icon: ViewStyle; errorIcon: ViewStyle; count: ViewStyle; countText: TextStyle; } declare const _default: (theme: Theme) => TextareaItemStyle; export default _default;