UNPKG

@ant-design/react-native

Version:

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

12 lines (11 loc) 338 B
import { TextStyle, ViewStyle } from 'react-native'; import { Theme } from '../../style'; export interface TextAreaStyle { container: ViewStyle; input: ViewStyle; clearIcon: ViewStyle; showCount: TextStyle; showCountError: TextStyle; } declare const _default: (theme: Theme) => TextAreaStyle; export default _default;