UNPKG

@ant-design/react-native

Version:

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

13 lines (12 loc) 370 B
import { TextStyle, ViewStyle } from 'react-native'; import { Theme } from '../../style'; export interface SearchBarStyle { input: TextStyle; inputWrapper: ViewStyle; wrapper: ViewStyle; cancelTextContainer: ViewStyle; cancelText: TextStyle; search: TextStyle; } declare const _default: (theme: Theme) => SearchBarStyle; export default _default;