UNPKG

@teambit/ui.input.option-button

Version:
26 lines (25 loc) 406 B
declare module '*.png' { const value: any; export = value; } declare module '*.svg' { const value: any; export = value; } // @TODO Gilad declare module '*.jpg' { const value: any; export = value; } declare module '*.jpeg' { const value: any; export = value; } declare module '*.gif' { const value: any; export = value; } declare module '*.bmp' { const value: any; export = value; }