@hyext-beyond/hy-ui-native
Version:
A native lib polyfill for huya miniapp
10 lines (9 loc) • 411 B
TypeScript
import React from 'react';
import { MemoryBackgroundImageProps, MemoryImageProps } from './index.web';
export declare const MemoryImage: React.FC<MemoryImageProps>;
export declare const MemoryBackgroundImage: React.FC<MemoryBackgroundImageProps>;
declare const _default: {
MemoryImage: React.FC<MemoryImageProps>;
MemoryBackgroundImage: React.FC<MemoryBackgroundImageProps>;
};
export default _default;