UNPKG
test-iki-mini-app
Version:
latest (1.0.0)
1.0.0
ứng dựng bán hàng trên mini app z a l o
gitlab.com/drhoang999/com.miniapp.ikitech.happybreakfast
test-iki-mini-app
/
src
/
icon.d.ts
14 lines
(12 loc)
•
271 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
declare
module
"*.svg"
{
const
content
:
React
.
FunctionComponent
<
React
.
SVGAttributes
<
SVGElement
>>;
export
default
content; }
declare
module
"*.jpg"
{
const
value
:
any
;
export
default
value; }
declare
module
"*.png"
{
const
value
:
any
;
export
default
value; }