UNPKG

@fruits-chain/react-native-xiaoshu

Version:
15 lines (14 loc) 311 B
import React from 'react'; import type { ColorValue } from 'react-native'; export interface CircularProps { /** * 图像大小 */ size?: number; /** * 颜色 */ color?: ColorValue; } declare const _default: React.NamedExoticComponent<CircularProps>; export default _default;