@feathery/react 2.0.53 → 2.0.55

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,2 +1,2 @@
1
- export default function Placeholder({ value, element, responsiveStyles, type, inputFocused }: any): import("@emotion/react/jsx-runtime").JSX.Element;
1
+ export default function Placeholder({ value, element, responsiveStyles, type, inputFocused, rightToLeft }: any): import("@emotion/react/jsx-runtime").JSX.Element;
2
2
  //# sourceMappingURL=Placeholder.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Placeholder.d.ts","sourceRoot":"","sources":["../../../src/elements/components/Placeholder.tsx"],"names":[],"mappings":"AAEA,MAAM,CAAC,OAAO,UAAU,WAAW,CAAC,EAClC,KAAK,EACL,OAAO,EACP,gBAAgB,EAChB,IAAc,EACd,YAAoB,EACrB,EAAE,GAAG,oDAsBL"}
1
+ {"version":3,"file":"Placeholder.d.ts","sourceRoot":"","sources":["../../../src/elements/components/Placeholder.tsx"],"names":[],"mappings":"AAEA,MAAM,CAAC,OAAO,UAAU,WAAW,CAAC,EAClC,KAAK,EACL,OAAO,EACP,gBAAgB,EAChB,IAAc,EACd,YAAoB,EACpB,WAAmB,EACpB,EAAE,GAAG,oDAsBL"}
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- declare function AddressLine1({ element, responsiveStyles, fieldLabel, elementProps, editMode, onSelect, onBlur, onEnter, setRef, value, inlineError, children, ...props }: any): import("@emotion/react/jsx-runtime").JSX.Element;
2
+ declare function AddressLine1({ element, responsiveStyles, fieldLabel, elementProps, editMode, rightToLeft, onSelect, onBlur, onEnter, setRef, value, inlineError, children, ...props }: any): import("@emotion/react/jsx-runtime").JSX.Element;
3
3
  declare const _default: React.MemoExoticComponent<typeof AddressLine1>;
4
4
  export default _default;
5
5
  //# sourceMappingURL=AddressLine1.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"AddressLine1.d.ts","sourceRoot":"","sources":["../../../src/elements/fields/AddressLine1.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAiD,MAAM,OAAO,CAAC;AAgBtE,iBAAS,YAAY,CAAC,EACpB,OAAO,EACP,gBAAgB,EAChB,UAAU,EACV,YAAiB,EACjB,QAAQ,EACR,QAAmB,EACnB,MAAiB,EACjB,OAAkB,EAClB,MAAiB,EACjB,KAAU,EACV,WAAW,EACX,QAAQ,EACR,GAAG,KAAK,EACT,EAAE,GAAG,oDAkIL;;AA+BD,wBAAkC"}
1
+ {"version":3,"file":"AddressLine1.d.ts","sourceRoot":"","sources":["../../../src/elements/fields/AddressLine1.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAiD,MAAM,OAAO,CAAC;AAgBtE,iBAAS,YAAY,CAAC,EACpB,OAAO,EACP,gBAAgB,EAChB,UAAU,EACV,YAAiB,EACjB,QAAQ,EACR,WAAW,EACX,QAAmB,EACnB,MAAiB,EACjB,OAAkB,EAClB,MAAiB,EACjB,KAAU,EACV,WAAW,EACX,QAAQ,EACR,GAAG,KAAK,EACT,EAAE,GAAG,oDAmIL;;AA+BD,wBAAkC"}
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- declare function DateSelectorField({ element, responsiveStyles, fieldLabel, elementProps, required, editMode, onChange, setRef, value, inlineError, children }: any): import("@emotion/react/jsx-runtime").JSX.Element;
2
+ declare function DateSelectorField({ element, responsiveStyles, fieldLabel, elementProps, required, editMode, rightToLeft, onChange, setRef, value, inlineError, children }: any): import("@emotion/react/jsx-runtime").JSX.Element;
3
3
  declare const _default: React.MemoExoticComponent<typeof DateSelectorField>;
4
4
  export default _default;
5
5
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/elements/fields/DateSelectorField/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAoC,MAAM,OAAO,CAAC;AA+BzD,iBAAS,iBAAiB,CAAC,EACzB,OAAO,EACP,gBAAgB,EAChB,UAAU,EACV,YAAiB,EACjB,QAAgB,EAChB,QAAQ,EACR,QAAmB,EACnB,MAAiB,EACjB,KAAU,EACV,WAAW,EACX,QAAQ,EACT,EAAE,GAAG,oDAuHL;;AAED,wBAAuC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/elements/fields/DateSelectorField/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAoC,MAAM,OAAO,CAAC;AA+BzD,iBAAS,iBAAiB,CAAC,EACzB,OAAO,EACP,gBAAgB,EAChB,UAAU,EACV,YAAiB,EACjB,QAAgB,EAChB,QAAQ,EACR,WAAW,EACX,QAAmB,EACnB,MAAiB,EACjB,KAAU,EACV,WAAW,EACX,QAAQ,EACT,EAAE,GAAG,oDAwHL;;AAED,wBAAuC"}
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- declare function PasswordField({ element, responsiveStyles, fieldLabel, elementProps, required, editMode, onChange, onEnter, setRef, rawValue, inlineError, children }: any): import("@emotion/react/jsx-runtime").JSX.Element;
2
+ declare function PasswordField({ element, responsiveStyles, fieldLabel, elementProps, required, editMode, rightToLeft, onChange, onEnter, setRef, rawValue, inlineError, children }: any): import("@emotion/react/jsx-runtime").JSX.Element;
3
3
  declare const _default: React.MemoExoticComponent<typeof PasswordField>;
4
4
  export default _default;
5
5
  //# sourceMappingURL=PasswordField.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"PasswordField.d.ts","sourceRoot":"","sources":["../../../src/elements/fields/PasswordField.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAyB,MAAM,OAAO,CAAC;AAQ9C,iBAAS,aAAa,CAAC,EACrB,OAAO,EACP,gBAAgB,EAChB,UAAU,EACV,YAAiB,EACjB,QAAgB,EAChB,QAAQ,EACR,QAAmB,EACnB,OAAkB,EAClB,MAAiB,EACjB,QAAa,EACb,WAAW,EACX,QAAQ,EACT,EAAE,GAAG,oDAqGL;;AAED,wBAAmC"}
1
+ {"version":3,"file":"PasswordField.d.ts","sourceRoot":"","sources":["../../../src/elements/fields/PasswordField.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAyB,MAAM,OAAO,CAAC;AAQ9C,iBAAS,aAAa,CAAC,EACrB,OAAO,EACP,gBAAgB,EAChB,UAAU,EACV,YAAiB,EACjB,QAAgB,EAChB,QAAQ,EACR,WAAW,EACX,QAAmB,EACnB,OAAkB,EAClB,MAAiB,EACjB,QAAa,EACb,WAAW,EACX,QAAQ,EACT,EAAE,GAAG,oDAsGL;;AAED,wBAAmC"}
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- declare function TextArea({ element, responsiveStyles, fieldLabel, elementProps, required, editMode, onChange, setRef, rawValue, inlineError, children }: any): import("@emotion/react/jsx-runtime").JSX.Element;
2
+ declare function TextArea({ element, responsiveStyles, fieldLabel, elementProps, required, editMode, rightToLeft, onChange, setRef, rawValue, inlineError, children }: any): import("@emotion/react/jsx-runtime").JSX.Element;
3
3
  declare const _default: React.MemoExoticComponent<typeof TextArea>;
4
4
  export default _default;
5
5
  //# sourceMappingURL=TextArea.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"TextArea.d.ts","sourceRoot":"","sources":["../../../src/elements/fields/TextArea.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAyB,MAAM,OAAO,CAAC;AAO9C,iBAAS,QAAQ,CAAC,EAChB,OAAO,EACP,gBAAgB,EAChB,UAAU,EACV,YAAiB,EACjB,QAAgB,EAChB,QAAQ,EACR,QAAmB,EACnB,MAAiB,EACjB,QAAa,EACb,WAAW,EACX,QAAQ,EACT,EAAE,GAAG,oDAmFL;;AAED,wBAA8B"}
1
+ {"version":3,"file":"TextArea.d.ts","sourceRoot":"","sources":["../../../src/elements/fields/TextArea.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAyB,MAAM,OAAO,CAAC;AAO9C,iBAAS,QAAQ,CAAC,EAChB,OAAO,EACP,gBAAgB,EAChB,UAAU,EACV,YAAiB,EACjB,QAAgB,EAChB,QAAQ,EACR,WAAW,EACX,QAAmB,EACnB,MAAiB,EACjB,QAAa,EACb,WAAW,EACX,QAAQ,EACT,EAAE,GAAG,oDAoFL;;AAED,wBAA8B"}
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- declare function TextField({ element, responsiveStyles, fieldLabel, elementProps, required, editMode, onAccept, onEnter, setRef, rawValue, inlineError, children }: any): import("@emotion/react/jsx-runtime").JSX.Element;
2
+ declare function TextField({ element, responsiveStyles, fieldLabel, elementProps, required, editMode, rightToLeft, onAccept, onEnter, setRef, rawValue, inlineError, children }: any): import("@emotion/react/jsx-runtime").JSX.Element;
3
3
  declare const _default: React.MemoExoticComponent<typeof TextField>;
4
4
  export default _default;
5
5
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/elements/fields/TextField/index.tsx"],"names":[],"mappings":"AACA,OAAO,KAAyB,MAAM,OAAO,CAAC;AA+H9C,iBAAS,SAAS,CAAC,EACjB,OAAO,EACP,gBAAgB,EAChB,UAAU,EACV,YAAiB,EACjB,QAAgB,EAChB,QAAQ,EACR,QAAmB,EACnB,OAAkB,EAClB,MAAiB,EACjB,QAAa,EACb,WAAW,EACX,QAAQ,EACT,EAAE,GAAG,oDA6GL;;AAED,wBAA+B"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/elements/fields/TextField/index.tsx"],"names":[],"mappings":"AACA,OAAO,KAAyB,MAAM,OAAO,CAAC;AAkI9C,iBAAS,SAAS,CAAC,EACjB,OAAO,EACP,gBAAgB,EAChB,UAAU,EACV,YAAiB,EACjB,QAAgB,EAChB,QAAQ,EACR,WAAW,EACX,QAAmB,EACnB,OAAkB,EAClB,MAAiB,EACjB,QAAa,EACb,WAAW,EACX,QAAQ,EACT,EAAE,GAAG,oDA8GL;;AAED,wBAA+B"}
@@ -12,16 +12,16 @@ import RatingField from './RatingField';
12
12
  import SignatureField from './SignatureField';
13
13
  import SliderField from './SliderField';
14
14
  declare const Fields: {
15
- AddressLine1: React.MemoExoticComponent<({ element, responsiveStyles, fieldLabel, elementProps, editMode, onSelect, onBlur, onEnter, setRef, value, inlineError, children, ...props }: any) => import("@emotion/react/jsx-runtime").JSX.Element>;
15
+ AddressLine1: React.MemoExoticComponent<({ element, responsiveStyles, fieldLabel, elementProps, editMode, rightToLeft, onSelect, onBlur, onEnter, setRef, value, inlineError, children, ...props }: any) => import("@emotion/react/jsx-runtime").JSX.Element>;
16
16
  ButtonGroupField: typeof ButtonGroupField;
17
17
  CheckboxField: typeof CheckboxField;
18
18
  CheckboxGroupField: typeof CheckboxGroupField;
19
19
  ColorPickerField: typeof ColorPickerField;
20
- DateSelectorField: React.MemoExoticComponent<({ element, responsiveStyles, fieldLabel, elementProps, required, editMode, onChange, setRef, value, inlineError, children }: any) => import("@emotion/react/jsx-runtime").JSX.Element>;
20
+ DateSelectorField: React.MemoExoticComponent<({ element, responsiveStyles, fieldLabel, elementProps, required, editMode, rightToLeft, onChange, setRef, value, inlineError, children }: any) => import("@emotion/react/jsx-runtime").JSX.Element>;
21
21
  DropdownField: typeof DropdownField;
22
22
  DropdownMultiField: typeof DropdownMultiField;
23
23
  FileUploadField: typeof FileUploadField;
24
- PasswordField: React.MemoExoticComponent<({ element, responsiveStyles, fieldLabel, elementProps, required, editMode, onChange, onEnter, setRef, rawValue, inlineError, children }: any) => import("@emotion/react/jsx-runtime").JSX.Element>;
24
+ PasswordField: React.MemoExoticComponent<({ element, responsiveStyles, fieldLabel, elementProps, required, editMode, rightToLeft, onChange, onEnter, setRef, rawValue, inlineError, children }: any) => import("@emotion/react/jsx-runtime").JSX.Element>;
25
25
  PaymentMethodField: React.MemoExoticComponent<({ editMode, children, ...props }: any) => import("@emotion/react/jsx-runtime").JSX.Element>;
26
26
  PhoneField: React.MemoExoticComponent<({ element, responsiveStyles, fieldLabel, fullNumber, elementProps, required, editMode, onChange, onComplete, setRef, inlineError, rightToLeft, children }: any) => import("@emotion/react/jsx-runtime").JSX.Element>;
27
27
  PinInputField: typeof PinInputField;
@@ -29,8 +29,8 @@ declare const Fields: {
29
29
  RatingField: typeof RatingField;
30
30
  SignatureField: typeof SignatureField;
31
31
  SliderField: typeof SliderField;
32
- TextField: React.MemoExoticComponent<({ element, responsiveStyles, fieldLabel, elementProps, required, editMode, onAccept, onEnter, setRef, rawValue, inlineError, children }: any) => import("@emotion/react/jsx-runtime").JSX.Element>;
33
- TextArea: React.MemoExoticComponent<({ element, responsiveStyles, fieldLabel, elementProps, required, editMode, onChange, setRef, rawValue, inlineError, children }: any) => import("@emotion/react/jsx-runtime").JSX.Element>;
32
+ TextField: React.MemoExoticComponent<({ element, responsiveStyles, fieldLabel, elementProps, required, editMode, rightToLeft, onAccept, onEnter, setRef, rawValue, inlineError, children }: any) => import("@emotion/react/jsx-runtime").JSX.Element>;
33
+ TextArea: React.MemoExoticComponent<({ element, responsiveStyles, fieldLabel, elementProps, required, editMode, rightToLeft, onChange, setRef, rawValue, inlineError, children }: any) => import("@emotion/react/jsx-runtime").JSX.Element>;
34
34
  };
35
35
  export default Fields;
36
36
  //# sourceMappingURL=index.d.ts.map
@@ -5,16 +5,16 @@ import ImageElement from './basic/ImageElement';
5
5
  import ProgressBarElement from './basic/ProgressBarElement';
6
6
  import VideoElement from './basic/VideoElement';
7
7
  declare const Elements: {
8
- AddressLine1: React.MemoExoticComponent<({ element, responsiveStyles, fieldLabel, elementProps, editMode, onSelect, onBlur, onEnter, setRef, value, inlineError, children, ...props }: any) => import("@emotion/react/jsx-runtime").JSX.Element>;
8
+ AddressLine1: React.MemoExoticComponent<({ element, responsiveStyles, fieldLabel, elementProps, editMode, rightToLeft, onSelect, onBlur, onEnter, setRef, value, inlineError, children, ...props }: any) => import("@emotion/react/jsx-runtime").JSX.Element>;
9
9
  ButtonGroupField: typeof import("./fields/ButtonGroupField").default;
10
10
  CheckboxField: typeof import("./fields/CheckboxField").default;
11
11
  CheckboxGroupField: typeof import("./fields/CheckboxGroupField").default;
12
12
  ColorPickerField: typeof import("./fields/ColorPickerField").default;
13
- DateSelectorField: React.MemoExoticComponent<({ element, responsiveStyles, fieldLabel, elementProps, required, editMode, onChange, setRef, value, inlineError, children }: any) => import("@emotion/react/jsx-runtime").JSX.Element>;
13
+ DateSelectorField: React.MemoExoticComponent<({ element, responsiveStyles, fieldLabel, elementProps, required, editMode, rightToLeft, onChange, setRef, value, inlineError, children }: any) => import("@emotion/react/jsx-runtime").JSX.Element>;
14
14
  DropdownField: typeof import("./fields/DropdownField").default;
15
15
  DropdownMultiField: typeof import("./fields/DropdownMultiField").default;
16
16
  FileUploadField: typeof import("./fields/FileUploadField").default;
17
- PasswordField: React.MemoExoticComponent<({ element, responsiveStyles, fieldLabel, elementProps, required, editMode, onChange, onEnter, setRef, rawValue, inlineError, children }: any) => import("@emotion/react/jsx-runtime").JSX.Element>;
17
+ PasswordField: React.MemoExoticComponent<({ element, responsiveStyles, fieldLabel, elementProps, required, editMode, rightToLeft, onChange, onEnter, setRef, rawValue, inlineError, children }: any) => import("@emotion/react/jsx-runtime").JSX.Element>;
18
18
  PaymentMethodField: React.MemoExoticComponent<({ editMode, children, ...props }: any) => import("@emotion/react/jsx-runtime").JSX.Element>;
19
19
  PhoneField: React.MemoExoticComponent<({ element, responsiveStyles, fieldLabel, fullNumber, elementProps, required, editMode, onChange, onComplete, setRef, inlineError, rightToLeft, children }: any) => import("@emotion/react/jsx-runtime").JSX.Element>;
20
20
  PinInputField: typeof import("./fields/PinInputField").default;
@@ -22,8 +22,8 @@ declare const Elements: {
22
22
  RatingField: typeof import("./fields/RatingField").default;
23
23
  SignatureField: typeof import("./fields/SignatureField").default;
24
24
  SliderField: typeof import("./fields/SliderField").default;
25
- TextField: React.MemoExoticComponent<({ element, responsiveStyles, fieldLabel, elementProps, required, editMode, onAccept, onEnter, setRef, rawValue, inlineError, children }: any) => import("@emotion/react/jsx-runtime").JSX.Element>;
26
- TextArea: React.MemoExoticComponent<({ element, responsiveStyles, fieldLabel, elementProps, required, editMode, onChange, setRef, rawValue, inlineError, children }: any) => import("@emotion/react/jsx-runtime").JSX.Element>;
25
+ TextField: React.MemoExoticComponent<({ element, responsiveStyles, fieldLabel, elementProps, required, editMode, rightToLeft, onAccept, onEnter, setRef, rawValue, inlineError, children }: any) => import("@emotion/react/jsx-runtime").JSX.Element>;
26
+ TextArea: React.MemoExoticComponent<({ element, responsiveStyles, fieldLabel, elementProps, required, editMode, rightToLeft, onChange, setRef, rawValue, inlineError, children }: any) => import("@emotion/react/jsx-runtime").JSX.Element>;
27
27
  ImageElement: typeof ImageElement;
28
28
  VideoElement: typeof VideoElement;
29
29
  TextElement: typeof TextElement;
package/dist/index.d.ts CHANGED
@@ -39,16 +39,16 @@ declare function renderAt(elementId: any, props: FormProps): {
39
39
  declare const Feathery: {
40
40
  Form: typeof Form;
41
41
  Elements: {
42
- AddressLine1: React.MemoExoticComponent<({ element, responsiveStyles, fieldLabel, elementProps, editMode, onSelect, onBlur, onEnter, setRef, value, inlineError, children, ...props }: any) => import("@emotion/react/jsx-runtime").JSX.Element>;
42
+ AddressLine1: React.MemoExoticComponent<({ element, responsiveStyles, fieldLabel, elementProps, editMode, rightToLeft, onSelect, onBlur, onEnter, setRef, value, inlineError, children, ...props }: any) => import("@emotion/react/jsx-runtime").JSX.Element>;
43
43
  ButtonGroupField: typeof import("./elements/fields/ButtonGroupField").default;
44
44
  CheckboxField: typeof import("./elements/fields/CheckboxField").default;
45
45
  CheckboxGroupField: typeof import("./elements/fields/CheckboxGroupField").default;
46
46
  ColorPickerField: typeof import("./elements/fields/ColorPickerField").default;
47
- DateSelectorField: React.MemoExoticComponent<({ element, responsiveStyles, fieldLabel, elementProps, required, editMode, onChange, setRef, value, inlineError, children }: any) => import("@emotion/react/jsx-runtime").JSX.Element>;
47
+ DateSelectorField: React.MemoExoticComponent<({ element, responsiveStyles, fieldLabel, elementProps, required, editMode, rightToLeft, onChange, setRef, value, inlineError, children }: any) => import("@emotion/react/jsx-runtime").JSX.Element>;
48
48
  DropdownField: typeof import("./elements/fields/DropdownField").default;
49
49
  DropdownMultiField: typeof import("./elements/fields/DropdownMultiField").default;
50
50
  FileUploadField: typeof import("./elements/fields/FileUploadField").default;
51
- PasswordField: React.MemoExoticComponent<({ element, responsiveStyles, fieldLabel, elementProps, required, editMode, onChange, onEnter, setRef, rawValue, inlineError, children }: any) => import("@emotion/react/jsx-runtime").JSX.Element>;
51
+ PasswordField: React.MemoExoticComponent<({ element, responsiveStyles, fieldLabel, elementProps, required, editMode, rightToLeft, onChange, onEnter, setRef, rawValue, inlineError, children }: any) => import("@emotion/react/jsx-runtime").JSX.Element>;
52
52
  PaymentMethodField: React.MemoExoticComponent<({ editMode, children, ...props }: any) => import("@emotion/react/jsx-runtime").JSX.Element>;
53
53
  PhoneField: React.MemoExoticComponent<({ element, responsiveStyles, fieldLabel, fullNumber, elementProps, required, editMode, onChange, onComplete, setRef, inlineError, rightToLeft, children }: any) => import("@emotion/react/jsx-runtime").JSX.Element>;
54
54
  PinInputField: typeof import("./elements/fields/PinInputField").default;
@@ -56,8 +56,8 @@ declare const Feathery: {
56
56
  RatingField: typeof import("./elements/fields/RatingField").default;
57
57
  SignatureField: typeof import("./elements/fields/SignatureField").default;
58
58
  SliderField: typeof import("./elements/fields/SliderField").default;
59
- TextField: React.MemoExoticComponent<({ element, responsiveStyles, fieldLabel, elementProps, required, editMode, onAccept, onEnter, setRef, rawValue, inlineError, children }: any) => import("@emotion/react/jsx-runtime").JSX.Element>;
60
- TextArea: React.MemoExoticComponent<({ element, responsiveStyles, fieldLabel, elementProps, required, editMode, onChange, setRef, rawValue, inlineError, children }: any) => import("@emotion/react/jsx-runtime").JSX.Element>;
59
+ TextField: React.MemoExoticComponent<({ element, responsiveStyles, fieldLabel, elementProps, required, editMode, rightToLeft, onAccept, onEnter, setRef, rawValue, inlineError, children }: any) => import("@emotion/react/jsx-runtime").JSX.Element>;
60
+ TextArea: React.MemoExoticComponent<({ element, responsiveStyles, fieldLabel, elementProps, required, editMode, rightToLeft, onChange, setRef, rawValue, inlineError, children }: any) => import("@emotion/react/jsx-runtime").JSX.Element>;
61
61
  ImageElement: typeof import("./elements/basic/ImageElement").default;
62
62
  VideoElement: typeof import("./elements/basic/VideoElement").default;
63
63
  TextElement: typeof import("./elements/basic/TextElement").default;