UNPKG

recastui

Version:

Solidjs components library focused on usability, whitelabel theming, accessibility and developer experience

3 lines (2 loc) 3.16 kB
export declare const boxSystemStyleProps: readonly ["border", "borderWidth", "borderStyle", "borderColor", "borderTop", "borderTopWidth", "borderTopStyle", "borderTopColor", "borderRight", "borderRightWidth", "borderRightStyle", "borderRightColor", "borderBottom", "borderBottomWidth", "borderBottomStyle", "borderBottomColor", "borderLeft", "borderLeftWidth", "borderLeftStyle", "borderLeftColor", "borderX", "borderY", "color", "background", "bg", "backgroundColor", "bgColor", "opacity", "alignItems", "alignContent", "alignSelf", "justifyItems", "justifyContent", "justifySelf", "flexDirection", "flexWrap", "flex", "flexGrow", "flexShrink", "flexBasis", "order", "gridTemplate", "gridTemplateColumns", "gridTemplateRows", "gridTemplateAreas", "gridArea", "gridRow", "gridRowStart", "gridRowEnd", "gridColumn", "gridColumnStart", "gridColumnEnd", "gridAutoFlow", "gridAutoColumns", "gridAutoRows", "placeItems", "placeContent", "placeSelf", "gap", "rowGap", "columnGap", "appearance", "userSelect", "pointerEvents", "resize", "cursor", "outline", "outlineOffset", "outlineColor", "display", "d", "verticalAlign", "overflow", "overflowX", "overflowY", "margin", "marginTop", "marginRight", "marginEnd", "marginBottom", "marginLeft", "marginStart", "m", "mt", "mr", "me", "mb", "ml", "ms", "mx", "my", "padding", "paddingTop", "paddingRight", "paddingEnd", "paddingBottom", "paddingLeft", "paddingStart", "p", "pt", "pr", "pe", "pb", "pl", "ps", "px", "py", "position", "pos", "zIndex", "top", "right", "bottom", "left", "borderRadius", "borderTopRightRadius", "borderTopLeftRadius", "borderBottomRightRadius", "borderBottomLeftRadius", "borderTopRadius", "borderRightRadius", "borderBottomRadius", "borderLeftRadius", "rounded", "roundedTop", "roundedRight", "roundedBottom", "roundedLeft", "textShadow", "boxShadow", "shadow", "width", "minWidth", "maxWidth", "height", "minHeight", "maxHeight", "w", "minW", "maxW", "h", "minH", "maxH", "size", "transform", "transformOrigin", "clipPath", "transition", "transitionProperty", "transitionTimingFunction", "transitionDuration", "transitionDelay", "animation", "willChange", "fontFamily", "fontSize", "fontWeight", "lineHeight", "letterSpacing", "textAlign", "fontStyle", "textTransform", "textDecoration", "objectFit", "objectPosition", "_hover", "_active", "_focus", "_highlighted", "_focusWithin", "_focusVisible", "_disabled", "_readOnly", "_before", "_after", "_empty", "_expanded", "_checked", "_grabbed", "_pressed", "_invalid", "_valid", "_loading", "_selected", "_hidden", "_autofill", "_even", "_odd", "_first", "_last", "_notFirst", "_notLast", "_visited", "_activeLink", "_activeStep", "_indeterminate", "_groupHover", "_peerHover", "_groupFocus", "_peerFocus", "_groupFocusVisible", "_peerFocusVisible", "_groupActive", "_peerActive", "_groupDisabled", "_peerDisabled", "_groupInvalid", "_peerInvalid", "_groupChecked", "_peerChecked", "_groupFocusWithin", "_peerFocusWithin", "_peerPlaceholderShown", "_placeholder", "_placeholderShown", "_fullScreen", "_selection", "_rtl", "_ltr", "_mediaDark", "_mediaReduceMotion"]; export declare type BoxSystemStyleProps = typeof boxSystemStyleProps[number];