UNPKG
white-ui-kit
Version:
latest (1.2.10)
1.2.10
1.2.9
1.2.8
1.2.7
1.2.6
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.0
1.0.0
0.0.0
Модуль компонентов UI Имя модуля: `white-ui-kit`
white-ui-kit
/
interfaces
/
index.ts
12 lines
(8 loc)
•
343 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
// Размер
export
{
ISize
}
from
'./size.interface'
;
// Смещение
export
{
IOffset
}
from
'./offset.interface'
;
// Позиция в календаре
export
{
ICalendarItem
}
from
'./calendar-item.interface'
;
// Конфигурация всплывающих окон
export
{
IPopupConfig
}
from
'./popup-config.interface'
;