UNPKG

@hyext-beyond/hy-ui-native

Version:

A native lib polyfill for huya miniapp

10 lines (9 loc) 303 B
/// <reference types="react" /> import * as svgComponents from './Components'; export * from './SvgImage.web'; export declare const SvgComponents: typeof svgComponents; declare const _default: { SvgComponents: typeof svgComponents; SvgImage(props: any): JSX.Element; }; export default _default;