UNPKG

antd-mobile-rn

Version:

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

15 lines (14 loc) 382 B
import { TextStyle, ViewStyle } from 'react-native'; export interface AccordionStyle { container: ViewStyle; header: ViewStyle; arrow: ViewStyle; headerWrap: ViewStyle; headerText: TextStyle; content: ViewStyle; contentText: TextStyle; } declare const _default: { [x: string]: import("react-native").RegisteredStyle<any>; }; export default _default;