UNPKG

@fruits-chain/react-native-xiaoshu

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