@builder.io/sdk-react 0.2.2 → 0.2.3-0
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.
- package/dist/react/blocks/BaseText.d.ts +2 -0
- package/dist/react/blocks/BaseText.js +1 -0
- package/dist/react/blocks/button/button.d.ts +2 -0
- package/dist/react/blocks/button/button.js +1 -0
- package/dist/react/blocks/button/component-info.d.ts +38 -0
- package/dist/react/blocks/columns/columns.d.ts +2 -0
- package/dist/react/blocks/columns/columns.js +1 -0
- package/dist/react/blocks/columns/component-info.d.ts +176 -0
- package/dist/react/blocks/custom-code/component-info.d.ts +31 -0
- package/dist/react/blocks/custom-code/custom-code.d.ts +2 -0
- package/dist/react/blocks/custom-code/custom-code.js +1 -0
- package/dist/react/blocks/embed/component-info.d.ts +22 -0
- package/dist/react/blocks/embed/embed.d.ts +2 -0
- package/dist/react/blocks/embed/embed.js +1 -0
- package/dist/react/blocks/embed/helpers.d.ts +1 -0
- package/dist/react/blocks/form/component-info.d.ts +235 -0
- package/dist/react/blocks/form/form.d.ts +2 -0
- package/dist/react/blocks/form/form.js +1 -0
- package/dist/react/blocks/fragment/component-info.d.ts +8 -0
- package/dist/react/blocks/fragment/fragment.d.ts +2 -0
- package/dist/react/blocks/fragment/fragment.js +1 -0
- package/dist/react/blocks/image/component-info.d.ts +114 -0
- package/dist/react/blocks/image/image.d.ts +2 -0
- package/dist/react/blocks/image/image.helpers.d.ts +1 -0
- package/dist/react/blocks/image/image.js +1 -0
- package/dist/react/blocks/img/component-info.d.ts +15 -0
- package/dist/react/blocks/img/img.d.ts +2 -0
- package/dist/react/blocks/img/img.js +1 -0
- package/dist/react/blocks/input/component-info.d.ts +66 -0
- package/dist/react/blocks/input/input.d.ts +2 -0
- package/dist/react/blocks/input/input.js +1 -0
- package/dist/react/blocks/raw-text/component-info.d.ts +10 -0
- package/dist/react/blocks/raw-text/raw-text.d.ts +2 -0
- package/dist/react/blocks/raw-text/raw-text.js +1 -0
- package/dist/react/blocks/section/component-info.d.ts +43 -0
- package/dist/react/blocks/section/section.d.ts +2 -0
- package/dist/react/blocks/section/section.js +1 -0
- package/dist/react/blocks/select/component-info.d.ts +61 -0
- package/dist/react/blocks/select/select.d.ts +2 -0
- package/dist/react/blocks/select/select.js +1 -0
- package/dist/react/blocks/submit-button/component-info.d.ts +23 -0
- package/dist/react/blocks/submit-button/submit-button.d.ts +2 -0
- package/dist/react/blocks/submit-button/submit-button.js +1 -0
- package/dist/react/blocks/symbol/component-info.d.ts +35 -0
- package/dist/react/blocks/symbol/symbol.d.ts +2 -0
- package/dist/react/blocks/symbol/symbol.js +1 -0
- package/dist/react/blocks/text/component-info.d.ts +19 -0
- package/dist/react/blocks/text/text.d.ts +2 -0
- package/dist/react/blocks/text/text.js +1 -0
- package/dist/react/blocks/textarea/component-info.d.ts +53 -0
- package/dist/react/blocks/textarea/textarea.d.ts +2 -0
- package/dist/react/blocks/textarea/textarea.js +1 -0
- package/dist/react/blocks/util.d.ts +1 -0
- package/dist/react/blocks/video/component-info.d.ts +80 -0
- package/dist/react/blocks/video/video.d.ts +2 -0
- package/dist/react/blocks/video/video.js +1 -0
- package/dist/react/components/render-block/block-styles.d.ts +2 -0
- package/dist/react/components/render-block/block-styles.js +1 -0
- package/dist/react/components/render-block/render-block.d.ts +2 -0
- package/dist/react/components/render-block/render-block.helpers.d.ts +13 -0
- package/dist/react/components/render-block/render-block.js +1 -0
- package/dist/react/components/render-block/render-component.d.ts +2 -0
- package/dist/react/components/render-block/render-component.js +1 -0
- package/dist/react/components/render-block/render-repeated-block.d.ts +2 -0
- package/dist/react/components/render-block/render-repeated-block.js +1 -0
- package/dist/react/components/render-block/types.d.ts +0 -0
- package/dist/react/components/render-blocks.d.ts +2 -0
- package/dist/react/components/render-blocks.js +1 -0
- package/dist/react/components/render-content/builder-editing.d.ts +2 -0
- package/dist/react/components/render-content/builder-editing.js +1 -0
- package/dist/react/components/render-content/components/render-styles.d.ts +2 -0
- package/dist/react/components/render-content/components/render-styles.helpers.d.ts +7 -0
- package/dist/react/components/render-content/components/render-styles.js +1 -0
- package/dist/react/components/render-content/index.d.ts +2 -0
- package/dist/react/components/render-content/render-content.d.ts +2 -0
- package/dist/react/components/render-content/render-content.helpers.d.ts +9 -0
- package/dist/react/components/render-content/render-content.js +1 -0
- package/dist/react/components/render-content/render-content.types.d.ts +0 -0
- package/dist/react/components/render-inlined-styles.d.ts +2 -0
- package/dist/react/components/render-inlined-styles.js +1 -0
- package/dist/react/constants/builder-registered-components.d.ts +1 -0
- package/dist/react/constants/device-sizes.d.ts +21 -0
- package/dist/react/constants/target.d.ts +1 -0
- package/dist/react/context/builder.context.d.ts +11 -0
- package/dist/react/context/types.d.ts +0 -0
- package/dist/react/functions/camel-to-kebab-case.d.ts +1 -0
- package/dist/react/functions/evaluate.d.ts +7 -0
- package/dist/react/functions/event-handler-name.d.ts +1 -0
- package/dist/react/functions/extract-text-styles.d.ts +1 -0
- package/dist/react/functions/fast-clone.d.ts +1 -0
- package/dist/react/functions/get-block-actions-handler.d.ts +1 -0
- package/dist/react/functions/get-block-actions.d.ts +1 -0
- package/dist/react/functions/get-block-component-options.d.ts +1 -0
- package/dist/react/functions/get-block-properties.d.ts +1 -0
- package/dist/react/functions/get-builder-search-params/fn.test.d.ts +1 -0
- package/dist/react/functions/get-builder-search-params/index.d.ts +4 -0
- package/dist/react/functions/get-content/ab-testing.d.ts +1 -0
- package/dist/react/functions/get-content/generate-content-url.d.ts +1 -0
- package/dist/react/functions/get-content/generate-content-url.test.d.ts +1 -0
- package/dist/react/functions/get-content/index.d.ts +2 -0
- package/dist/react/functions/get-content/index.js +1 -1
- package/dist/react/functions/get-content/types.d.ts +0 -0
- package/dist/react/functions/get-fetch.d.ts +1 -0
- package/dist/react/functions/get-global-this.d.ts +1 -0
- package/dist/react/functions/get-processed-block.d.ts +6 -0
- package/dist/react/functions/get-processed-block.test.d.ts +1 -0
- package/dist/react/functions/get-react-native-block-styles.d.ts +5 -0
- package/dist/react/functions/if-target.d.ts +5 -0
- package/dist/react/functions/is-browser.d.ts +1 -0
- package/dist/react/functions/is-editing.d.ts +1 -0
- package/dist/react/functions/is-iframe.d.ts +1 -0
- package/dist/react/functions/is-previewing.d.ts +1 -0
- package/dist/react/functions/on-change.d.ts +2 -0
- package/dist/react/functions/on-change.test.d.ts +1 -0
- package/dist/react/functions/register-component.d.ts +6 -0
- package/dist/react/functions/register.d.ts +1 -0
- package/dist/react/functions/sanitize-react-native-block-styles.d.ts +1 -0
- package/dist/react/functions/set-editor-settings.d.ts +1 -0
- package/dist/react/functions/set.d.ts +1 -0
- package/dist/react/functions/set.test.d.ts +1 -0
- package/dist/react/functions/track/helpers.d.ts +5 -0
- package/dist/react/functions/track/index.d.ts +2 -0
- package/dist/react/functions/track/interaction.d.ts +14 -0
- package/dist/react/functions/transform-block-properties.d.ts +1 -0
- package/dist/react/functions/transform-block.d.ts +1 -0
- package/dist/react/helpers/ab-tests.d.ts +9 -0
- package/dist/react/helpers/cookie.d.ts +2 -0
- package/dist/react/helpers/css.d.ts +7 -0
- package/dist/react/helpers/flatten.d.ts +1 -0
- package/dist/react/helpers/localStorage.d.ts +9 -0
- package/dist/react/helpers/logger.d.ts +5 -0
- package/dist/react/helpers/nullable.d.ts +1 -0
- package/dist/react/helpers/sessionId.d.ts +6 -0
- package/dist/react/helpers/time.d.ts +1 -0
- package/dist/react/helpers/url.d.ts +1 -0
- package/dist/react/helpers/url.test.d.ts +1 -0
- package/dist/react/helpers/uuid.d.ts +2 -0
- package/dist/react/helpers/visitorId.d.ts +8 -0
- package/dist/react/index-helpers/blocks-exports.d.ts +11 -0
- package/dist/react/index-helpers/top-of-file.d.ts +2 -0
- package/dist/react/index.d.ts +11 -0
- package/dist/react/scripts/init-editing.d.ts +2 -0
- package/dist/react/types/api-version.d.ts +1 -0
- package/dist/react/types/builder-block.d.ts +0 -0
- package/dist/react/types/builder-content.d.ts +0 -0
- package/dist/react/types/can-track.d.ts +0 -0
- package/dist/react/types/components.d.ts +0 -0
- package/dist/react/types/deep-partial.d.ts +0 -0
- package/dist/react/types/element.d.ts +0 -0
- package/dist/react/types/input.d.ts +0 -0
- package/dist/react/types/targets.d.ts +0 -0
- package/dist/react/types/typescript.d.ts +0 -0
- package/dist/rsc/blocks/BaseText.d.ts +2 -0
- package/dist/rsc/blocks/button/button.d.ts +2 -0
- package/dist/rsc/blocks/button/component-info.d.ts +38 -0
- package/dist/rsc/blocks/columns/columns.d.ts +2 -0
- package/dist/rsc/blocks/columns/component-info.d.ts +176 -0
- package/dist/rsc/blocks/custom-code/component-info.d.ts +31 -0
- package/dist/rsc/blocks/custom-code/custom-code.d.ts +2 -0
- package/dist/rsc/blocks/embed/component-info.d.ts +22 -0
- package/dist/rsc/blocks/embed/embed.d.ts +2 -0
- package/dist/rsc/blocks/embed/helpers.d.ts +1 -0
- package/dist/rsc/blocks/form/component-info.d.ts +235 -0
- package/dist/rsc/blocks/form/form.d.ts +2 -0
- package/dist/rsc/blocks/fragment/component-info.d.ts +8 -0
- package/dist/rsc/blocks/fragment/fragment.d.ts +2 -0
- package/dist/rsc/blocks/image/component-info.d.ts +114 -0
- package/dist/rsc/blocks/image/image.d.ts +2 -0
- package/dist/rsc/blocks/image/image.helpers.d.ts +1 -0
- package/dist/rsc/blocks/img/component-info.d.ts +15 -0
- package/dist/rsc/blocks/img/img.d.ts +2 -0
- package/dist/rsc/blocks/input/component-info.d.ts +66 -0
- package/dist/rsc/blocks/input/input.d.ts +2 -0
- package/dist/rsc/blocks/raw-text/component-info.d.ts +10 -0
- package/dist/rsc/blocks/raw-text/raw-text.d.ts +2 -0
- package/dist/rsc/blocks/section/component-info.d.ts +43 -0
- package/dist/rsc/blocks/section/section.d.ts +2 -0
- package/dist/rsc/blocks/select/component-info.d.ts +61 -0
- package/dist/rsc/blocks/select/select.d.ts +2 -0
- package/dist/rsc/blocks/submit-button/component-info.d.ts +23 -0
- package/dist/rsc/blocks/submit-button/submit-button.d.ts +2 -0
- package/dist/rsc/blocks/symbol/component-info.d.ts +35 -0
- package/dist/rsc/blocks/symbol/symbol.d.ts +2 -0
- package/dist/rsc/blocks/text/component-info.d.ts +19 -0
- package/dist/rsc/blocks/text/text.d.ts +2 -0
- package/dist/rsc/blocks/textarea/component-info.d.ts +53 -0
- package/dist/rsc/blocks/textarea/textarea.d.ts +2 -0
- package/dist/rsc/blocks/util.d.ts +1 -0
- package/dist/rsc/blocks/video/component-info.d.ts +80 -0
- package/dist/rsc/blocks/video/video.d.ts +2 -0
- package/dist/rsc/components/render-block/block-styles.d.ts +2 -0
- package/dist/rsc/components/render-block/render-block.d.ts +2 -0
- package/dist/rsc/components/render-block/render-block.helpers.d.ts +10 -0
- package/dist/rsc/components/render-block/render-component.d.ts +2 -0
- package/dist/rsc/components/render-block/render-repeated-block.d.ts +2 -0
- package/dist/rsc/components/render-block/types.d.ts +0 -0
- package/dist/rsc/components/render-blocks.d.ts +2 -0
- package/dist/rsc/components/render-content/builder-editing.d.ts +27 -0
- package/dist/rsc/components/render-content/components/render-styles.d.ts +2 -0
- package/dist/rsc/components/render-content/components/render-styles.helpers.d.ts +7 -0
- package/dist/rsc/components/render-content/index.d.ts +2 -0
- package/dist/rsc/components/render-content/render-content.d.ts +2 -0
- package/dist/rsc/components/render-content/render-content.helpers.d.ts +9 -0
- package/dist/rsc/components/render-content/render-content.types.d.ts +0 -0
- package/dist/rsc/components/render-inlined-styles.d.ts +2 -0
- package/dist/rsc/constants/builder-registered-components.d.ts +1 -0
- package/dist/rsc/constants/device-sizes.d.ts +21 -0
- package/dist/rsc/constants/target.d.ts +1 -0
- package/dist/rsc/context/builder.context.d.ts +11 -0
- package/dist/rsc/context/types.d.ts +0 -0
- package/dist/rsc/functions/camel-to-kebab-case.d.ts +1 -0
- package/dist/rsc/functions/evaluate.d.ts +1 -0
- package/dist/rsc/functions/event-handler-name.d.ts +1 -0
- package/dist/rsc/functions/extract-text-styles.d.ts +1 -0
- package/dist/rsc/functions/fast-clone.d.ts +1 -0
- package/dist/rsc/functions/get-block-actions-handler.d.ts +1 -0
- package/dist/rsc/functions/get-block-actions.d.ts +1 -0
- package/dist/rsc/functions/get-block-component-options.d.ts +1 -0
- package/dist/rsc/functions/get-block-properties.d.ts +1 -0
- package/dist/rsc/functions/get-builder-search-params/fn.test.d.ts +1 -0
- package/dist/rsc/functions/get-builder-search-params/index.d.ts +4 -0
- package/dist/rsc/functions/get-content/ab-testing.d.ts +1 -0
- package/dist/rsc/functions/get-content/generate-content-url.d.ts +1 -0
- package/dist/rsc/functions/get-content/generate-content-url.test.d.ts +1 -0
- package/dist/rsc/functions/get-content/index.d.ts +2 -0
- package/dist/rsc/functions/get-content/index.js +1 -1
- package/dist/rsc/functions/get-content/types.d.ts +0 -0
- package/dist/rsc/functions/get-fetch.d.ts +1 -0
- package/dist/rsc/functions/get-global-this.d.ts +1 -0
- package/dist/rsc/functions/get-processed-block.d.ts +6 -0
- package/dist/rsc/functions/get-processed-block.test.d.ts +1 -0
- package/dist/rsc/functions/get-react-native-block-styles.d.ts +5 -0
- package/dist/rsc/functions/if-target.d.ts +5 -0
- package/dist/rsc/functions/is-browser.d.ts +1 -0
- package/dist/rsc/functions/is-editing.d.ts +1 -0
- package/dist/rsc/functions/is-iframe.d.ts +1 -0
- package/dist/rsc/functions/is-previewing.d.ts +1 -0
- package/dist/rsc/functions/on-change.d.ts +2 -0
- package/dist/rsc/functions/on-change.test.d.ts +1 -0
- package/dist/rsc/functions/register-component.d.ts +6 -0
- package/dist/rsc/functions/register.d.ts +1 -0
- package/dist/rsc/functions/sanitize-react-native-block-styles.d.ts +1 -0
- package/dist/rsc/functions/set-editor-settings.d.ts +1 -0
- package/dist/rsc/functions/set.d.ts +1 -0
- package/dist/rsc/functions/set.test.d.ts +1 -0
- package/dist/rsc/functions/track/helpers.d.ts +5 -0
- package/dist/rsc/functions/track/index.d.ts +2 -0
- package/dist/rsc/functions/track/interaction.d.ts +14 -0
- package/dist/rsc/functions/transform-block-properties.d.ts +1 -0
- package/dist/rsc/functions/transform-block.d.ts +1 -0
- package/dist/rsc/helpers/ab-tests.d.ts +9 -0
- package/dist/rsc/helpers/cookie.d.ts +2 -0
- package/dist/rsc/helpers/css.d.ts +7 -0
- package/dist/rsc/helpers/flatten.d.ts +1 -0
- package/dist/rsc/helpers/localStorage.d.ts +9 -0
- package/dist/rsc/helpers/logger.d.ts +5 -0
- package/dist/rsc/helpers/nullable.d.ts +1 -0
- package/dist/rsc/helpers/sessionId.d.ts +6 -0
- package/dist/rsc/helpers/time.d.ts +1 -0
- package/dist/rsc/helpers/url.d.ts +1 -0
- package/dist/rsc/helpers/url.test.d.ts +1 -0
- package/dist/rsc/helpers/uuid.d.ts +2 -0
- package/dist/rsc/helpers/visitorId.d.ts +8 -0
- package/dist/rsc/index-helpers/blocks-exports.d.ts +11 -0
- package/dist/rsc/index-helpers/top-of-file.d.ts +2 -0
- package/dist/rsc/index.d.ts +11 -0
- package/dist/rsc/scripts/init-editing.d.ts +2 -0
- package/dist/rsc/types/api-version.d.ts +1 -0
- package/dist/rsc/types/builder-block.d.ts +0 -0
- package/dist/rsc/types/builder-content.d.ts +0 -0
- package/dist/rsc/types/can-track.d.ts +0 -0
- package/dist/rsc/types/components.d.ts +0 -0
- package/dist/rsc/types/deep-partial.d.ts +0 -0
- package/dist/rsc/types/element.d.ts +0 -0
- package/dist/rsc/types/input.d.ts +0 -0
- package/dist/rsc/types/targets.d.ts +0 -0
- package/dist/rsc/types/typescript.d.ts +0 -0
- package/package.json +4 -10
- package/packages/react/src/blocks/BaseText.jsx +1 -0
- package/packages/react/src/blocks/button/button.jsx +1 -0
- package/packages/react/src/blocks/columns/columns.jsx +1 -0
- package/packages/react/src/blocks/custom-code/custom-code.jsx +1 -0
- package/packages/react/src/blocks/embed/embed.jsx +1 -0
- package/packages/react/src/blocks/form/form.jsx +1 -0
- package/packages/react/src/blocks/fragment/fragment.jsx +1 -0
- package/packages/react/src/blocks/image/image.jsx +1 -0
- package/packages/react/src/blocks/img/img.jsx +1 -0
- package/packages/react/src/blocks/input/input.jsx +1 -0
- package/packages/react/src/blocks/raw-text/raw-text.jsx +1 -0
- package/packages/react/src/blocks/section/section.jsx +1 -0
- package/packages/react/src/blocks/select/select.jsx +1 -0
- package/packages/react/src/blocks/submit-button/submit-button.jsx +1 -0
- package/packages/react/src/blocks/symbol/symbol.jsx +1 -0
- package/packages/react/src/blocks/text/text.jsx +1 -0
- package/packages/react/src/blocks/textarea/textarea.jsx +1 -0
- package/packages/react/src/blocks/video/video.jsx +1 -0
- package/packages/react/src/components/render-block/block-styles.jsx +1 -0
- package/packages/react/src/components/render-block/render-block.jsx +1 -0
- package/packages/react/src/components/render-block/render-component.jsx +1 -0
- package/packages/react/src/components/render-block/render-repeated-block.jsx +1 -0
- package/packages/react/src/components/render-blocks.jsx +1 -0
- package/packages/react/src/components/render-content/builder-editing.jsx +1 -0
- package/packages/react/src/components/render-content/components/render-styles.jsx +1 -0
- package/packages/react/src/components/render-content/render-content.jsx +1 -0
- package/packages/react/src/components/render-inlined-styles.jsx +1 -0
- package/packages/react/src/functions/get-content/index.js +1 -1
- package/packages/rsc/src/functions/get-content/index.js +1 -1
- package/tsconfig.base.json +8 -3
|
@@ -0,0 +1,176 @@
|
|
|
1
|
+
export namespace componentInfo {
|
|
2
|
+
const name: string;
|
|
3
|
+
const inputs: ({
|
|
4
|
+
name: string;
|
|
5
|
+
type: string;
|
|
6
|
+
broadcast: boolean;
|
|
7
|
+
subFields: ({
|
|
8
|
+
name: string;
|
|
9
|
+
type: string;
|
|
10
|
+
hideFromUI: boolean;
|
|
11
|
+
defaultValue: ({
|
|
12
|
+
"@type": string;
|
|
13
|
+
responsiveStyles: {
|
|
14
|
+
large: {
|
|
15
|
+
display: string;
|
|
16
|
+
flexDirection: string;
|
|
17
|
+
alignItems: string;
|
|
18
|
+
flexShrink: string;
|
|
19
|
+
position: string;
|
|
20
|
+
marginTop: string;
|
|
21
|
+
textAlign: string;
|
|
22
|
+
lineHeight: string;
|
|
23
|
+
height: string;
|
|
24
|
+
minHeight: string;
|
|
25
|
+
minWidth: string;
|
|
26
|
+
overflow: string;
|
|
27
|
+
};
|
|
28
|
+
};
|
|
29
|
+
component: {
|
|
30
|
+
name: string;
|
|
31
|
+
options: {
|
|
32
|
+
image: string;
|
|
33
|
+
backgroundPosition: string;
|
|
34
|
+
backgroundSize: string;
|
|
35
|
+
aspectRatio: number;
|
|
36
|
+
text?: undefined;
|
|
37
|
+
};
|
|
38
|
+
};
|
|
39
|
+
} | {
|
|
40
|
+
"@type": string;
|
|
41
|
+
responsiveStyles: {
|
|
42
|
+
large: {
|
|
43
|
+
display: string;
|
|
44
|
+
flexDirection: string;
|
|
45
|
+
alignItems: string;
|
|
46
|
+
flexShrink: string;
|
|
47
|
+
position: string;
|
|
48
|
+
marginTop: string;
|
|
49
|
+
textAlign: string;
|
|
50
|
+
lineHeight: string;
|
|
51
|
+
height: string;
|
|
52
|
+
minHeight?: undefined;
|
|
53
|
+
minWidth?: undefined;
|
|
54
|
+
overflow?: undefined;
|
|
55
|
+
};
|
|
56
|
+
};
|
|
57
|
+
component: {
|
|
58
|
+
name: string;
|
|
59
|
+
options: {
|
|
60
|
+
text: string;
|
|
61
|
+
image?: undefined;
|
|
62
|
+
backgroundPosition?: undefined;
|
|
63
|
+
backgroundSize?: undefined;
|
|
64
|
+
aspectRatio?: undefined;
|
|
65
|
+
};
|
|
66
|
+
};
|
|
67
|
+
})[];
|
|
68
|
+
helperText?: undefined;
|
|
69
|
+
} | {
|
|
70
|
+
name: string;
|
|
71
|
+
type: string;
|
|
72
|
+
hideFromUI: boolean;
|
|
73
|
+
helperText: string;
|
|
74
|
+
defaultValue?: undefined;
|
|
75
|
+
} | {
|
|
76
|
+
name: string;
|
|
77
|
+
type: string;
|
|
78
|
+
helperText: string;
|
|
79
|
+
hideFromUI?: undefined;
|
|
80
|
+
defaultValue?: undefined;
|
|
81
|
+
})[];
|
|
82
|
+
defaultValue: {
|
|
83
|
+
blocks: ({
|
|
84
|
+
"@type": string;
|
|
85
|
+
responsiveStyles: {
|
|
86
|
+
large: {
|
|
87
|
+
display: string;
|
|
88
|
+
flexDirection: string;
|
|
89
|
+
alignItems: string;
|
|
90
|
+
flexShrink: string;
|
|
91
|
+
position: string;
|
|
92
|
+
marginTop: string;
|
|
93
|
+
textAlign: string;
|
|
94
|
+
lineHeight: string;
|
|
95
|
+
height: string;
|
|
96
|
+
minHeight: string;
|
|
97
|
+
minWidth: string;
|
|
98
|
+
overflow: string;
|
|
99
|
+
};
|
|
100
|
+
};
|
|
101
|
+
component: {
|
|
102
|
+
name: string;
|
|
103
|
+
options: {
|
|
104
|
+
image: string;
|
|
105
|
+
backgroundPosition: string;
|
|
106
|
+
backgroundSize: string;
|
|
107
|
+
aspectRatio: number;
|
|
108
|
+
text?: undefined;
|
|
109
|
+
};
|
|
110
|
+
};
|
|
111
|
+
} | {
|
|
112
|
+
"@type": string;
|
|
113
|
+
responsiveStyles: {
|
|
114
|
+
large: {
|
|
115
|
+
display: string;
|
|
116
|
+
flexDirection: string;
|
|
117
|
+
alignItems: string;
|
|
118
|
+
flexShrink: string;
|
|
119
|
+
position: string;
|
|
120
|
+
marginTop: string;
|
|
121
|
+
textAlign: string;
|
|
122
|
+
lineHeight: string;
|
|
123
|
+
height: string;
|
|
124
|
+
minHeight?: undefined;
|
|
125
|
+
minWidth?: undefined;
|
|
126
|
+
overflow?: undefined;
|
|
127
|
+
};
|
|
128
|
+
};
|
|
129
|
+
component: {
|
|
130
|
+
name: string;
|
|
131
|
+
options: {
|
|
132
|
+
text: string;
|
|
133
|
+
image?: undefined;
|
|
134
|
+
backgroundPosition?: undefined;
|
|
135
|
+
backgroundSize?: undefined;
|
|
136
|
+
aspectRatio?: undefined;
|
|
137
|
+
};
|
|
138
|
+
};
|
|
139
|
+
})[];
|
|
140
|
+
}[];
|
|
141
|
+
onChange: string;
|
|
142
|
+
helperText?: undefined;
|
|
143
|
+
advanced?: undefined;
|
|
144
|
+
enum?: undefined;
|
|
145
|
+
} | {
|
|
146
|
+
name: string;
|
|
147
|
+
type: string;
|
|
148
|
+
defaultValue: number;
|
|
149
|
+
helperText: string;
|
|
150
|
+
advanced: boolean;
|
|
151
|
+
broadcast?: undefined;
|
|
152
|
+
subFields?: undefined;
|
|
153
|
+
onChange?: undefined;
|
|
154
|
+
enum?: undefined;
|
|
155
|
+
} | {
|
|
156
|
+
name: string;
|
|
157
|
+
type: string;
|
|
158
|
+
defaultValue: string;
|
|
159
|
+
helperText: string;
|
|
160
|
+
enum: string[];
|
|
161
|
+
advanced: boolean;
|
|
162
|
+
broadcast?: undefined;
|
|
163
|
+
subFields?: undefined;
|
|
164
|
+
onChange?: undefined;
|
|
165
|
+
} | {
|
|
166
|
+
name: string;
|
|
167
|
+
type: string;
|
|
168
|
+
defaultValue: boolean;
|
|
169
|
+
helperText: string;
|
|
170
|
+
advanced: boolean;
|
|
171
|
+
broadcast?: undefined;
|
|
172
|
+
subFields?: undefined;
|
|
173
|
+
onChange?: undefined;
|
|
174
|
+
enum?: undefined;
|
|
175
|
+
})[];
|
|
176
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
export namespace componentInfo {
|
|
2
|
+
export const name: string;
|
|
3
|
+
const _static: boolean;
|
|
4
|
+
export { _static as static };
|
|
5
|
+
export const requiredPermissions: string[];
|
|
6
|
+
export const inputs: ({
|
|
7
|
+
name: string;
|
|
8
|
+
type: string;
|
|
9
|
+
required: boolean;
|
|
10
|
+
defaultValue: string;
|
|
11
|
+
code: boolean;
|
|
12
|
+
helperText?: undefined;
|
|
13
|
+
advanced?: undefined;
|
|
14
|
+
} | {
|
|
15
|
+
name: string;
|
|
16
|
+
type: string;
|
|
17
|
+
helperText: string;
|
|
18
|
+
advanced: boolean;
|
|
19
|
+
required?: undefined;
|
|
20
|
+
defaultValue?: undefined;
|
|
21
|
+
code?: undefined;
|
|
22
|
+
} | {
|
|
23
|
+
name: string;
|
|
24
|
+
type: string;
|
|
25
|
+
defaultValue: boolean;
|
|
26
|
+
helperText: string;
|
|
27
|
+
advanced: boolean;
|
|
28
|
+
required?: undefined;
|
|
29
|
+
code?: undefined;
|
|
30
|
+
})[];
|
|
31
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
export namespace componentInfo {
|
|
2
|
+
export const name: string;
|
|
3
|
+
const _static: boolean;
|
|
4
|
+
export { _static as static };
|
|
5
|
+
export const inputs: ({
|
|
6
|
+
name: string;
|
|
7
|
+
type: string;
|
|
8
|
+
required: boolean;
|
|
9
|
+
defaultValue: string;
|
|
10
|
+
helperText: string;
|
|
11
|
+
onChange: string;
|
|
12
|
+
hideFromUI?: undefined;
|
|
13
|
+
} | {
|
|
14
|
+
name: string;
|
|
15
|
+
type: string;
|
|
16
|
+
defaultValue: string;
|
|
17
|
+
hideFromUI: boolean;
|
|
18
|
+
required?: undefined;
|
|
19
|
+
helperText?: undefined;
|
|
20
|
+
onChange?: undefined;
|
|
21
|
+
})[];
|
|
22
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export function isJsScript(script: any): boolean;
|
|
@@ -0,0 +1,235 @@
|
|
|
1
|
+
export namespace componentInfo {
|
|
2
|
+
const name: string;
|
|
3
|
+
namespace defaults {
|
|
4
|
+
namespace responsiveStyles {
|
|
5
|
+
namespace large {
|
|
6
|
+
const marginTop: string;
|
|
7
|
+
const paddingBottom: string;
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
const image: string;
|
|
12
|
+
const inputs: ({
|
|
13
|
+
name: string;
|
|
14
|
+
type: string;
|
|
15
|
+
enum: {
|
|
16
|
+
label: string;
|
|
17
|
+
value: string;
|
|
18
|
+
helperText: string;
|
|
19
|
+
}[];
|
|
20
|
+
defaultValue: string;
|
|
21
|
+
required?: undefined;
|
|
22
|
+
showIf?: undefined;
|
|
23
|
+
helperText?: undefined;
|
|
24
|
+
advanced?: undefined;
|
|
25
|
+
hideFromUI?: undefined;
|
|
26
|
+
valueType?: undefined;
|
|
27
|
+
} | {
|
|
28
|
+
name: string;
|
|
29
|
+
type: string;
|
|
30
|
+
required: boolean;
|
|
31
|
+
defaultValue: string;
|
|
32
|
+
showIf: string;
|
|
33
|
+
enum?: undefined;
|
|
34
|
+
helperText?: undefined;
|
|
35
|
+
advanced?: undefined;
|
|
36
|
+
hideFromUI?: undefined;
|
|
37
|
+
valueType?: undefined;
|
|
38
|
+
} | {
|
|
39
|
+
name: string;
|
|
40
|
+
type: string;
|
|
41
|
+
helperText: string;
|
|
42
|
+
defaultValue: boolean;
|
|
43
|
+
showIf: string;
|
|
44
|
+
enum?: undefined;
|
|
45
|
+
required?: undefined;
|
|
46
|
+
advanced?: undefined;
|
|
47
|
+
hideFromUI?: undefined;
|
|
48
|
+
valueType?: undefined;
|
|
49
|
+
} | {
|
|
50
|
+
name: string;
|
|
51
|
+
type: string;
|
|
52
|
+
defaultValue: string;
|
|
53
|
+
enum?: undefined;
|
|
54
|
+
required?: undefined;
|
|
55
|
+
showIf?: undefined;
|
|
56
|
+
helperText?: undefined;
|
|
57
|
+
advanced?: undefined;
|
|
58
|
+
hideFromUI?: undefined;
|
|
59
|
+
valueType?: undefined;
|
|
60
|
+
} | {
|
|
61
|
+
name: string;
|
|
62
|
+
type: string;
|
|
63
|
+
helperText: string;
|
|
64
|
+
showIf: string;
|
|
65
|
+
enum?: undefined;
|
|
66
|
+
defaultValue?: undefined;
|
|
67
|
+
required?: undefined;
|
|
68
|
+
advanced?: undefined;
|
|
69
|
+
hideFromUI?: undefined;
|
|
70
|
+
valueType?: undefined;
|
|
71
|
+
} | {
|
|
72
|
+
name: string;
|
|
73
|
+
type: string;
|
|
74
|
+
defaultValue: string;
|
|
75
|
+
advanced: boolean;
|
|
76
|
+
enum: string[];
|
|
77
|
+
showIf: string;
|
|
78
|
+
required?: undefined;
|
|
79
|
+
helperText?: undefined;
|
|
80
|
+
hideFromUI?: undefined;
|
|
81
|
+
valueType?: undefined;
|
|
82
|
+
} | {
|
|
83
|
+
name: string;
|
|
84
|
+
type: string;
|
|
85
|
+
showIf: string;
|
|
86
|
+
defaultValue: string;
|
|
87
|
+
advanced: boolean;
|
|
88
|
+
enum?: undefined;
|
|
89
|
+
required?: undefined;
|
|
90
|
+
helperText?: undefined;
|
|
91
|
+
hideFromUI?: undefined;
|
|
92
|
+
valueType?: undefined;
|
|
93
|
+
} | {
|
|
94
|
+
name: string;
|
|
95
|
+
type: string;
|
|
96
|
+
enum: string[];
|
|
97
|
+
defaultValue: string;
|
|
98
|
+
helperText: string;
|
|
99
|
+
showIf: string;
|
|
100
|
+
required?: undefined;
|
|
101
|
+
advanced?: undefined;
|
|
102
|
+
hideFromUI?: undefined;
|
|
103
|
+
valueType?: undefined;
|
|
104
|
+
} | {
|
|
105
|
+
name: string;
|
|
106
|
+
type: string;
|
|
107
|
+
showIf: string;
|
|
108
|
+
advanced: boolean;
|
|
109
|
+
enum?: undefined;
|
|
110
|
+
defaultValue?: undefined;
|
|
111
|
+
required?: undefined;
|
|
112
|
+
helperText?: undefined;
|
|
113
|
+
hideFromUI?: undefined;
|
|
114
|
+
valueType?: undefined;
|
|
115
|
+
} | {
|
|
116
|
+
name: string;
|
|
117
|
+
type: string;
|
|
118
|
+
hideFromUI: boolean;
|
|
119
|
+
defaultValue: {
|
|
120
|
+
"@type": string;
|
|
121
|
+
responsiveStyles: {
|
|
122
|
+
large: {
|
|
123
|
+
marginTop: string;
|
|
124
|
+
};
|
|
125
|
+
};
|
|
126
|
+
component: {
|
|
127
|
+
name: string;
|
|
128
|
+
options: {
|
|
129
|
+
text: string;
|
|
130
|
+
};
|
|
131
|
+
};
|
|
132
|
+
}[];
|
|
133
|
+
enum?: undefined;
|
|
134
|
+
required?: undefined;
|
|
135
|
+
showIf?: undefined;
|
|
136
|
+
helperText?: undefined;
|
|
137
|
+
advanced?: undefined;
|
|
138
|
+
valueType?: undefined;
|
|
139
|
+
} | {
|
|
140
|
+
name: string;
|
|
141
|
+
type: string;
|
|
142
|
+
defaultValue: boolean;
|
|
143
|
+
advanced: boolean;
|
|
144
|
+
enum?: undefined;
|
|
145
|
+
required?: undefined;
|
|
146
|
+
showIf?: undefined;
|
|
147
|
+
helperText?: undefined;
|
|
148
|
+
hideFromUI?: undefined;
|
|
149
|
+
valueType?: undefined;
|
|
150
|
+
} | {
|
|
151
|
+
name: string;
|
|
152
|
+
type: string;
|
|
153
|
+
advanced: boolean;
|
|
154
|
+
helperText: string;
|
|
155
|
+
enum?: undefined;
|
|
156
|
+
defaultValue?: undefined;
|
|
157
|
+
required?: undefined;
|
|
158
|
+
showIf?: undefined;
|
|
159
|
+
hideFromUI?: undefined;
|
|
160
|
+
valueType?: undefined;
|
|
161
|
+
} | {
|
|
162
|
+
name: string;
|
|
163
|
+
type: string;
|
|
164
|
+
hideFromUI: boolean;
|
|
165
|
+
defaultValue: {
|
|
166
|
+
"@type": string;
|
|
167
|
+
responsiveStyles: {
|
|
168
|
+
large: {
|
|
169
|
+
marginTop: string;
|
|
170
|
+
};
|
|
171
|
+
};
|
|
172
|
+
bindings: {
|
|
173
|
+
"component.options.text": string;
|
|
174
|
+
};
|
|
175
|
+
component: {
|
|
176
|
+
name: string;
|
|
177
|
+
options: {
|
|
178
|
+
text: string;
|
|
179
|
+
};
|
|
180
|
+
};
|
|
181
|
+
}[];
|
|
182
|
+
enum?: undefined;
|
|
183
|
+
required?: undefined;
|
|
184
|
+
showIf?: undefined;
|
|
185
|
+
helperText?: undefined;
|
|
186
|
+
advanced?: undefined;
|
|
187
|
+
valueType?: undefined;
|
|
188
|
+
} | {
|
|
189
|
+
name: string;
|
|
190
|
+
type: string;
|
|
191
|
+
valueType: {
|
|
192
|
+
type: string;
|
|
193
|
+
};
|
|
194
|
+
advanced: boolean;
|
|
195
|
+
showIf: string;
|
|
196
|
+
enum?: undefined;
|
|
197
|
+
defaultValue?: undefined;
|
|
198
|
+
required?: undefined;
|
|
199
|
+
helperText?: undefined;
|
|
200
|
+
hideFromUI?: undefined;
|
|
201
|
+
})[];
|
|
202
|
+
const noWrap: boolean;
|
|
203
|
+
const canHaveChildren: boolean;
|
|
204
|
+
const defaultChildren: ({
|
|
205
|
+
"@type": string;
|
|
206
|
+
responsiveStyles: {
|
|
207
|
+
large: {
|
|
208
|
+
marginTop: string;
|
|
209
|
+
};
|
|
210
|
+
};
|
|
211
|
+
component: {
|
|
212
|
+
name: string;
|
|
213
|
+
options: {
|
|
214
|
+
text: string;
|
|
215
|
+
name?: undefined;
|
|
216
|
+
placeholder?: undefined;
|
|
217
|
+
};
|
|
218
|
+
};
|
|
219
|
+
} | {
|
|
220
|
+
"@type": string;
|
|
221
|
+
responsiveStyles: {
|
|
222
|
+
large: {
|
|
223
|
+
marginTop: string;
|
|
224
|
+
};
|
|
225
|
+
};
|
|
226
|
+
component: {
|
|
227
|
+
name: string;
|
|
228
|
+
options: {
|
|
229
|
+
name: string;
|
|
230
|
+
placeholder: string;
|
|
231
|
+
text?: undefined;
|
|
232
|
+
};
|
|
233
|
+
};
|
|
234
|
+
})[];
|
|
235
|
+
}
|
|
@@ -0,0 +1,114 @@
|
|
|
1
|
+
export namespace componentInfo {
|
|
2
|
+
export const name: string;
|
|
3
|
+
const _static: boolean;
|
|
4
|
+
export { _static as static };
|
|
5
|
+
export const image: string;
|
|
6
|
+
export namespace defaultStyles {
|
|
7
|
+
const position: string;
|
|
8
|
+
const minHeight: string;
|
|
9
|
+
const minWidth: string;
|
|
10
|
+
const overflow: string;
|
|
11
|
+
}
|
|
12
|
+
export const canHaveChildren: boolean;
|
|
13
|
+
export const inputs: ({
|
|
14
|
+
name: string;
|
|
15
|
+
type: string;
|
|
16
|
+
bubble: boolean;
|
|
17
|
+
allowedFileTypes: string[];
|
|
18
|
+
required: boolean;
|
|
19
|
+
defaultValue: string;
|
|
20
|
+
onChange: string;
|
|
21
|
+
enum?: undefined;
|
|
22
|
+
helperText?: undefined;
|
|
23
|
+
hideFromUI?: undefined;
|
|
24
|
+
advanced?: undefined;
|
|
25
|
+
} | {
|
|
26
|
+
name: string;
|
|
27
|
+
type: string;
|
|
28
|
+
defaultValue: string;
|
|
29
|
+
enum: {
|
|
30
|
+
label: string;
|
|
31
|
+
value: string;
|
|
32
|
+
helperText: string;
|
|
33
|
+
}[];
|
|
34
|
+
bubble?: undefined;
|
|
35
|
+
allowedFileTypes?: undefined;
|
|
36
|
+
required?: undefined;
|
|
37
|
+
onChange?: undefined;
|
|
38
|
+
helperText?: undefined;
|
|
39
|
+
hideFromUI?: undefined;
|
|
40
|
+
advanced?: undefined;
|
|
41
|
+
} | {
|
|
42
|
+
name: string;
|
|
43
|
+
type: string;
|
|
44
|
+
defaultValue: string;
|
|
45
|
+
enum: string[];
|
|
46
|
+
bubble?: undefined;
|
|
47
|
+
allowedFileTypes?: undefined;
|
|
48
|
+
required?: undefined;
|
|
49
|
+
onChange?: undefined;
|
|
50
|
+
helperText?: undefined;
|
|
51
|
+
hideFromUI?: undefined;
|
|
52
|
+
advanced?: undefined;
|
|
53
|
+
} | {
|
|
54
|
+
name: string;
|
|
55
|
+
type: string;
|
|
56
|
+
helperText: string;
|
|
57
|
+
bubble?: undefined;
|
|
58
|
+
allowedFileTypes?: undefined;
|
|
59
|
+
required?: undefined;
|
|
60
|
+
defaultValue?: undefined;
|
|
61
|
+
onChange?: undefined;
|
|
62
|
+
enum?: undefined;
|
|
63
|
+
hideFromUI?: undefined;
|
|
64
|
+
advanced?: undefined;
|
|
65
|
+
} | {
|
|
66
|
+
name: string;
|
|
67
|
+
type: string;
|
|
68
|
+
hideFromUI: boolean;
|
|
69
|
+
bubble?: undefined;
|
|
70
|
+
allowedFileTypes?: undefined;
|
|
71
|
+
required?: undefined;
|
|
72
|
+
defaultValue?: undefined;
|
|
73
|
+
onChange?: undefined;
|
|
74
|
+
enum?: undefined;
|
|
75
|
+
helperText?: undefined;
|
|
76
|
+
advanced?: undefined;
|
|
77
|
+
} | {
|
|
78
|
+
name: string;
|
|
79
|
+
type: string;
|
|
80
|
+
defaultValue: boolean;
|
|
81
|
+
hideFromUI: boolean;
|
|
82
|
+
bubble?: undefined;
|
|
83
|
+
allowedFileTypes?: undefined;
|
|
84
|
+
required?: undefined;
|
|
85
|
+
onChange?: undefined;
|
|
86
|
+
enum?: undefined;
|
|
87
|
+
helperText?: undefined;
|
|
88
|
+
advanced?: undefined;
|
|
89
|
+
} | {
|
|
90
|
+
name: string;
|
|
91
|
+
type: string;
|
|
92
|
+
helperText: string;
|
|
93
|
+
defaultValue: boolean;
|
|
94
|
+
bubble?: undefined;
|
|
95
|
+
allowedFileTypes?: undefined;
|
|
96
|
+
required?: undefined;
|
|
97
|
+
onChange?: undefined;
|
|
98
|
+
enum?: undefined;
|
|
99
|
+
hideFromUI?: undefined;
|
|
100
|
+
advanced?: undefined;
|
|
101
|
+
} | {
|
|
102
|
+
name: string;
|
|
103
|
+
type: string;
|
|
104
|
+
helperText: string;
|
|
105
|
+
advanced: boolean;
|
|
106
|
+
defaultValue: number;
|
|
107
|
+
bubble?: undefined;
|
|
108
|
+
allowedFileTypes?: undefined;
|
|
109
|
+
required?: undefined;
|
|
110
|
+
onChange?: undefined;
|
|
111
|
+
enum?: undefined;
|
|
112
|
+
hideFromUI?: undefined;
|
|
113
|
+
})[];
|
|
114
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export function getSrcSet(url: any): any;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export namespace componentInfo {
|
|
2
|
+
export const name: string;
|
|
3
|
+
export const hideFromInsertMenu: boolean;
|
|
4
|
+
export const image: string;
|
|
5
|
+
export const inputs: {
|
|
6
|
+
name: string;
|
|
7
|
+
bubble: boolean;
|
|
8
|
+
type: string;
|
|
9
|
+
allowedFileTypes: string[];
|
|
10
|
+
required: boolean;
|
|
11
|
+
}[];
|
|
12
|
+
export const noWrap: boolean;
|
|
13
|
+
const _static: boolean;
|
|
14
|
+
export { _static as static };
|
|
15
|
+
}
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
export namespace componentInfo {
|
|
2
|
+
export const name: string;
|
|
3
|
+
export const image: string;
|
|
4
|
+
export const inputs: ({
|
|
5
|
+
name: string;
|
|
6
|
+
type: string;
|
|
7
|
+
enum: string[];
|
|
8
|
+
defaultValue: string;
|
|
9
|
+
required?: undefined;
|
|
10
|
+
helperText?: undefined;
|
|
11
|
+
advanced?: undefined;
|
|
12
|
+
} | {
|
|
13
|
+
name: string;
|
|
14
|
+
type: string;
|
|
15
|
+
required: boolean;
|
|
16
|
+
helperText: string;
|
|
17
|
+
enum?: undefined;
|
|
18
|
+
defaultValue?: undefined;
|
|
19
|
+
advanced?: undefined;
|
|
20
|
+
} | {
|
|
21
|
+
name: string;
|
|
22
|
+
type: string;
|
|
23
|
+
defaultValue: string;
|
|
24
|
+
helperText: string;
|
|
25
|
+
enum?: undefined;
|
|
26
|
+
required?: undefined;
|
|
27
|
+
advanced?: undefined;
|
|
28
|
+
} | {
|
|
29
|
+
name: string;
|
|
30
|
+
type: string;
|
|
31
|
+
enum?: undefined;
|
|
32
|
+
defaultValue?: undefined;
|
|
33
|
+
required?: undefined;
|
|
34
|
+
helperText?: undefined;
|
|
35
|
+
advanced?: undefined;
|
|
36
|
+
} | {
|
|
37
|
+
name: string;
|
|
38
|
+
type: string;
|
|
39
|
+
advanced: boolean;
|
|
40
|
+
enum?: undefined;
|
|
41
|
+
defaultValue?: undefined;
|
|
42
|
+
required?: undefined;
|
|
43
|
+
helperText?: undefined;
|
|
44
|
+
} | {
|
|
45
|
+
name: string;
|
|
46
|
+
type: string;
|
|
47
|
+
helperText: string;
|
|
48
|
+
defaultValue: boolean;
|
|
49
|
+
enum?: undefined;
|
|
50
|
+
required?: undefined;
|
|
51
|
+
advanced?: undefined;
|
|
52
|
+
})[];
|
|
53
|
+
export const noWrap: boolean;
|
|
54
|
+
const _static: boolean;
|
|
55
|
+
export { _static as static };
|
|
56
|
+
export namespace defaultStyles {
|
|
57
|
+
const paddingTop: string;
|
|
58
|
+
const paddingBottom: string;
|
|
59
|
+
const paddingLeft: string;
|
|
60
|
+
const paddingRight: string;
|
|
61
|
+
const borderRadius: string;
|
|
62
|
+
const borderWidth: string;
|
|
63
|
+
const borderStyle: string;
|
|
64
|
+
const borderColor: string;
|
|
65
|
+
}
|
|
66
|
+
}
|