Skip to main content

Introducing Workflow Engine, try for FREE workflowengine.io.

Variable: commonStyles

const commonStyles: object

The annotations for generic CSS properties of a component.

Type declaration

backgroundColor

backgroundColor: AnnotationBuilder<unknown> = cssColor

color

color: AnnotationBuilder<unknown> = cssColor

height

height: AnnotationBuilder<unknown> = cssSize

marginBottom

marginBottom: AnnotationBuilder<unknown> = cssSize

marginLeft

marginLeft: AnnotationBuilder<unknown> = cssSize

marginRight

marginRight: AnnotationBuilder<unknown> = cssSize

marginTop

marginTop: AnnotationBuilder<unknown> = cssSize

width

width: AnnotationBuilder<unknown>