UNPKG

@geneui/components

Version:

The Gene UI components library designed for BI tools

10 lines (9 loc) 259 B
import { IEmptyProps } from './index'; type ImageTypes = { [key in NonNullable<IEmptyProps['type']>]: string; }; type ImagesTypes = { [key in NonNullable<IEmptyProps['appearance']>]: ImageTypes; }; export declare const images: ImagesTypes; export {};