UNPKG

@fruits-chain/react-native-xiaoshu

Version:
9 lines (8 loc) 265 B
import React from 'react'; import type { SvgProps } from 'react-native-svg'; interface ResultIconBoxProps extends SvgProps { width?: number; height?: number; } declare const _default: React.NamedExoticComponent<ResultIconBoxProps>; export default _default;