Skip to main content

@sitecloud/components

Namespaces#

Interfaces#

Properties#

EditorTypes#

EditorTypes: object

Type declaration#

NameType
BackgroundImagestring
Colorstring
Combostring
Fontstring
Imagestring
Inputstring
Liststring
Rectstring
RichInputstring
Sliderstring
UnitValuestring

Variables#

Button#

Const Button: Component<{ value: any }>

Defined in: components/src/components/Button.tsx:29


Column#

Const Column: Component<{ offset: any ; size: any }>

Defined in: components/src/components/Column.tsx:51


Heading#

Const Heading: Component<{ as: string ; paddable: boolean ; value: any }>

Defined in: components/src/components/Heading.tsx:60


Image#

Const Image: Component<{ image: string }>

Defined in: components/src/components/Image.tsx:38


Link#

Const Link: Component<{ to: string ; value: any }>

Defined in: components/src/components/Link.tsx:30


Main#

Const Main: Component

Defined in: components/src/components/Main.tsx:22


Row#

Const Row: Component

Defined in: components/src/components/Row.tsx:39


Section#

Const Section: Component

Defined in: components/src/components/Section.tsx:48


Text#

Const Text: Component<{ value: any }>

Defined in: components/src/components/Text.tsx:23

Functions#

styleProps#

Const styleProps(opt: any): function

Parameters#

NameType
optany

Returns: (props: any) => FlattenSimpleInterpolation

Defined in: components/src/utils.js:52