UNPKG

@ant-design/react-native

Version:

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

20 lines (19 loc) 740 B
import { TextStyle, ViewStyle } from 'react-native'; import { Theme } from '../../style'; export interface ActivityIndicatorStyle { container: ViewStyle; innerContainer: ViewStyle; wrapper: ViewStyle; tip: TextStyle; toast: TextStyle; spinner: ViewStyle; } declare const _default: (theme: Theme) => { container: import("react-native").RegisteredStyle<ViewStyle>; innerContainer: import("react-native").RegisteredStyle<ViewStyle>; wrapper: import("react-native").RegisteredStyle<ViewStyle>; tip: import("react-native").RegisteredStyle<TextStyle>; toast: import("react-native").RegisteredStyle<TextStyle>; spinner: import("react-native").RegisteredStyle<ViewStyle>; }; export default _default;