Skip to main content

Variable: loaderStyleObject

const loaderStyleObject: object

Defined in: host/myopLoader.ts:131

CSS-in-JS style objects for frameworks that support them

Type declaration

alignItems

alignItems: string = "center"

background

background: string = LOADER_GRADIENT

bottom

bottom: number = 0

display

display: string = "flex"

justifyContent

justifyContent: string = "center"

left

left: number = 0

position

position: "absolute"

right: number = 0

top

top: number = 0

zIndex

zIndex: number = 1