UNPKG
engage-vue-components
Version:
latest (1.0.0)
1.0.0
0.0.16
Engage Components Library
github.com/engagepeople/vue-components
engagepeople/vue-components
engage-vue-components
/
types
/
index.d.ts
14 lines
(11 loc)
•
206 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
export
interface
ISettings
{
endpoint
:
string
}
export
interface
ICurrency
{
name
:
string
,
precision
:
number
}
export
interface
IDateFormat
{
date
:
string
,
time
:
string
}