UNPKG

@watheia/layout.theme.styles.alert

Version:

Watheia Labs, LLC is a micro-agency with senior product experience offering consulting services in the Greater Northwest.

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; }