@fruits-chain/react-native-xiaoshu
Version:
🌈 React Native UI library
17 lines • 457 B
TypeScript
import React from 'react';
import type { ColorValue, ViewProps } from 'react-native';
import type { LoadingTheme } from './style';
export interface SpinnerProps extends ViewProps {
theme?: Partial<LoadingTheme>;
/**
* 大小
*/
size?: number;
/**
* 颜色
*/
color?: ColorValue;
}
declare const _default: React.NamedExoticComponent<SpinnerProps>;
export default _default;
//# sourceMappingURL=loading-spinner.d.ts.map