UNPKG
@dock365/reform-fabric-fields
Version:
latest (1.0.0-1)
1.0.0-1
1.0.0-0
0.12.12-0
0.12.11
0.12.10
0.12.10-0
0.12.9
0.12.8
0.12.7
0.12.6
0.12.5
0.12.4
0.12.3
0.12.3-1
0.12.3-0
0.12.2
0.12.1
0.12.1-28
0.12.1-26
0.12.1-25
0.12.1-24
0.12.1-23
0.12.1-22
0.12.1-21
0.12.1-20
0.12.1-19
0.12.1-18
0.12.1-17
0.12.1-16
0.12.1-15
0.12.1-14
0.12.1-13
0.12.1-12
0.12.1-10
0.12.1-9
0.12.1-8
0.12.1-7
0.12.1-6
0.12.1-5
0.12.1-4
0.12.1-3
0.12.1-2
0.12.1-1
0.12.1-0
0.12.0
0.12.0-4
0.12.0-3
0.12.0-2
0.12.0-1
0.12.0-0
0.11.0-1
0.11.0-0
0.10.1
0.10.0
0.9.3
0.9.2
0.9.1
0.9.0
0.8.0
0.7.1
0.7.0
0.6.3
0.6.2
0.6.1
0.6.0
0.6.0-alpha.5
0.6.0-alpha.4
0.6.0-alpha.3
0.6.0-alpha.2
0.6.0-alpha.1
0.6.0-alpha.0
0.5.11
0.5.10
0.5.9
0.5.8
0.5.7
0.5.6
0.5.2
0.5.1
0.5.0
0.5.0-alpha.0
0.4.1
0.4.0
0.3.0
0.2.5
0.2.4
0.2.3
0.2.1
0.2.0
0.1.0
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
fabric fields reform
github.com/dock365/reform-fabric-fields
dock365/reform-fabric-fields
@dock365/reform-fabric-fields
/
dist
/
OptionsPicker
/
OptionsPickerMenu
/
Editor
/
IEditorState.d.ts
7 lines
(6 loc)
•
205 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
IOptionsPickerOption
}
from
"../IOptionsPickerMenuProps"
;
export
interface
IEditorState
{
options
:
IOptionsPickerOption
[];
deletedOptions
:
number
[];
availableColors
:
string
[]; }