UNPKG

gr-product-card

Version:

This is a package that helps import a library of a product showing the card and the main goal of this package is for tests purposes.

10 lines (8 loc) 183 B
declare module '*.css' { const content: { [className: string]: string }; export default content; } declare module '*.jpg' { const value: any; export default value; }