UNPKG
@nekobird/controls
Version:
latest (0.0.5)
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
A collection of opinionated user-interface controls.
github.com/nekobird/controls
nekobird/controls
@nekobird/controls
/
build
/
controls.d.ts
8 lines
(7 loc)
•
264 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
*
from
'./controllers/index'
;
export
*
from
'./mono-knob-slider'
;
export
*
from
'./duo-knob-slider'
;
export
*
from
'./text-area-field'
;
export
*
from
'./input-active-manager'
;
export
*
from
'./sortable-list/sortable-list'
;
export
*
from
'./toggle-control'
;