UNPKG

@hyext-beyond/hy-ui-native

Version:

A native lib polyfill for huya miniapp

11 lines (10 loc) 297 B
import { Component } from 'react'; export declare class NativeImage extends Component<any, any> { static propTypes: any; constructor(props: any); componentDidMount(): void; stopAnimation(): void; startAnimation(): void; render(): JSX.Element; } export default NativeImage;