UNPKG

@fruits-chain/react-native-xiaoshu

Version:
17 lines 460 B
import React from 'react'; import type { ColorValue, ViewProps } from 'react-native'; import type { LoadingTheme } from './style'; export interface CircularProps extends ViewProps { theme?: Partial<LoadingTheme>; /** * 大小 */ size?: number; /** * 颜色 */ color?: ColorValue; } declare const _default: React.NamedExoticComponent<CircularProps>; export default _default; //# sourceMappingURL=loading-circular.d.ts.map