1.4.0 • Published 7 years ago

weui-image v1.4.0

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago
import { WeuiImagePreviewComponent } from './weui-image-preview/weui-image-preview';
import { WeuiImageSettingComponent } from './weui-image-setting/weui-image-setting';
export declare const both: {
    'weui-image': {
        setting: typeof WeuiImageSettingComponent;
        view: typeof WeuiImagePreviewComponent;
    };
};
export declare const preview: {
    'weui-image': typeof WeuiImagePreviewComponent;
};
export declare const entrys: typeof WeuiImageSettingComponent[];
export { WeuiImageProps } from './weui-image-preview/weui-image-preview';