UNPKG
formsflow-theming
Version:
latest (2.4.8)
2.4.8
2.4.7
US Web Design System templates for form.io
github.com/formio/uswds
formio/uswds
formsflow-theming
/
lib
/
components
/
button
/
editForm
/
Button.edit.display.d.ts
18 lines
(17 loc)
•
344 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
declare const _default: { type: string; key: string; overrideEditForm: boolean;
label
: string;
input
: boolean; tooltip: string; dataSrc: string; weight: number; data: { values: {
label
: string; value: string; }
[]
; }; }
[]
; export default _default;