UNPKG
ato-product-card
Version:
latest (1.0.0-rc)
1.0.0-rc
0.0.1
This is a test package for deployment on NPM
niveus.jp
atowa/ato-product-card
ato-product-card
/
src
/
typings.d.ts
10 lines
(8 loc)
•
171 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 }