UNPKG
ahv-product-card
Version:
latest (1.0.0-rc)
1.0.0-rc
0.0.1
This is a test package in order to deploy to NPM.
alberturria/ahv-product-card
ahv-product-card
/
src
/
typings.d.ts
10 lines
(8 loc)
•
175 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
declare
module
'*.css'
{
const
content
: { [
className
:
string
]:
string
};
export
default
content; }
declare
module
'*.jpg'
{
const
value
:
any
;
export
default
value; }