@ant-design/react-native
Version:
基于蚂蚁金服移动设计规范的 React Native 组件库
14 lines (13 loc) • 395 B
TypeScript
import { ViewStyle } from 'react-native';
import { Theme } from '../../style';
export interface CarouselStyle {
pagination: ViewStyle;
paginationX: ViewStyle;
paginationY: ViewStyle;
pointStyle: ViewStyle;
pointActiveStyle: ViewStyle;
spaceStyle: ViewStyle;
wrapperStyle: ViewStyle;
}
declare const _default: (theme: Theme) => CarouselStyle;
export default _default;