@chamn/engine
Version:
899 lines (898 loc) • 17.4 kB
TypeScript
export declare const CSSProperties: {
'align-content': {
values: string[];
};
'align-items': {
values: string[];
};
'align-self': {
values: string[];
};
all: {
values: never[];
};
animation: {
values: never[];
};
'animation-delay': {
values: never[];
};
'animation-direction': {
values: string[];
};
'animation-duration': {
values: never[];
};
'animation-fill-mode': {
values: string[];
};
'animation-iteration-count': {
values: string[];
};
'animation-name': {
values: string[];
};
'animation-play-state': {
values: string[];
};
'animation-timing-function': {
values: string[];
};
'backface-visibility': {
values: string[];
};
background: {
values: never[];
type: string;
};
'background-attachment': {
values: string[];
};
'background-blend-mode': {
values: string[];
};
'background-clip': {
values: string[];
};
'background-color': {
values: never[];
type: string;
};
'background-image': {
values: string[];
};
'background-origin': {
values: string[];
};
'background-position': {
values: string[];
};
'background-repeat': {
values: string[];
};
'background-size': {
values: string[];
};
border: {
values: never[];
};
'border-collapse': {
values: string[];
};
'border-color': {
values: never[];
type: string;
};
'border-spacing': {
values: never[];
};
'border-style': {
values: string[];
};
'border-bottom': {
values: never[];
};
'border-bottom-color': {
values: never[];
type: string;
};
'border-bottom-left-radius': {
values: never[];
};
'border-bottom-right-radius': {
values: never[];
};
'border-bottom-style': {
values: string[];
};
'border-bottom-width': {
values: string[];
};
'border-image': {
values: string[];
};
'border-image-outset': {
values: never[];
};
'border-image-slice': {
values: never[];
};
'border-image-source': {
values: never[];
};
'border-image-repeat': {
values: string[];
};
'border-image-width': {
values: string[];
};
'border-left': {
values: never[];
};
'border-left-color': {
values: never[];
type: string;
};
'border-left-style': {
values: string[];
};
'border-left-width': {
values: string[];
};
'border-radius': {
values: never[];
};
'border-right': {
values: never[];
};
'border-right-color': {
values: never[];
type: string;
};
'border-right-style': {
values: string[];
};
'border-right-width': {
values: string[];
};
'border-top': {
values: never[];
};
'border-top-color': {
values: never[];
type: string;
};
'border-top-left-radius': {
values: never[];
};
'border-top-right-radius': {
values: never[];
};
'border-top-style': {
values: string[];
};
'border-top-width': {
values: string[];
};
'border-width': {
values: string[];
};
'box-decoration-break': {
values: string[];
};
'box-shadow': {
values: string[];
};
'box-sizing': {
values: string[];
};
bottom: {
values: string[];
};
'break-after': {
values: string[];
};
'break-before': {
values: string[];
};
'break-inside': {
values: string[];
};
'caption-side': {
values: string[];
};
'caret-color': {
values: string[];
type: string;
};
clear: {
values: string[];
};
clip: {
values: string[];
};
color: {
values: never[];
type: string;
};
columns: {
values: never[];
};
'column-count': {
values: never[];
};
'column-fill': {
values: string[];
};
'column-gap': {
values: string[];
};
'column-rule': {
values: never[];
};
'column-rule-color': {
values: never[];
type: string;
};
'column-rule-style': {
values: string[];
};
'column-rule-width': {
values: string[];
};
'column-span': {
values: string[];
};
'column-width': {
values: string[];
};
content: {
values: string[];
};
'counter-increment': {
values: string[];
};
'counter-reset': {
values: string[];
};
cursor: {
values: string[];
};
direction: {
values: string[];
};
display: {
values: string[];
};
'empty-cells': {
values: string[];
};
fill: {
values: never[];
};
filter: {
values: string[];
};
flex: {
values: string[];
};
'flex-basis': {
values: string[];
};
'flex-direction': {
values: string[];
};
'flex-flow': {
values: string[];
};
'flex-grow': {
values: never[];
};
'flex-shrink': {
values: never[];
};
'flex-wrap': {
values: string[];
};
float: {
values: string[];
};
'flow-into': {
values: string[];
type: string;
};
'flow-from': {
values: string[];
type: string;
};
font: {
values: never[];
};
'font-display': {
values: string[];
};
'font-family': {
values: string[];
};
'font-feature-settings': {
values: string[];
};
'font-kerning': {
values: string[];
};
'font-language-override': {
values: string[];
};
'font-size': {
values: string[];
};
'font-size-adjust': {
values: string[];
};
'font-stretch': {
values: string[];
};
'font-style': {
values: string[];
};
'font-synthesis': {
values: string[];
};
'font-variant': {
values: string[];
};
'font-variant-alternates': {
values: string[];
};
'font-variant-caps': {
values: string[];
};
'font-variant-east-asian': {
values: string[];
};
'font-variant-ligatures': {
values: string[];
};
'font-variant-numeric': {
values: string[];
};
'font-variant-position': {
values: string[];
};
'font-weight': {
values: string[];
};
gap: {
values: string[];
};
grid: {
values: never[];
};
'grid-area': {
values: never[];
};
'grid-auto-columns': {
values: never[];
};
'grid-auto-flow': {
values: string[];
};
'grid-auto-rows': {
values: never[];
};
'grid-column': {
values: string[];
};
'grid-column-end': {
values: never[];
};
'grid-column-gap': {
values: never[];
};
'grid-column-start': {
values: never[];
};
'grid-gap': {
values: never[];
};
'grid-row': {
values: string[];
};
'grid-row-end': {
values: never[];
};
'grid-row-start': {
values: never[];
};
'grid-row-gap': {
values: never[];
};
'grid-template': {
values: string[];
};
'grid-template-areas': {
values: never[];
};
'grid-template-columns': {
values: string[];
};
'grid-template-rows': {
values: string[];
};
'hanging-punctuation': {
values: string[];
};
height: {
values: string[];
};
hyphens: {
values: string[];
};
'image-orientation': {
values: never[];
};
'image-resolution': {
values: string[];
};
isolation: {
values: string[];
};
'justify-content': {
values: string[];
};
'justify-items': {
values: string[];
};
'justify-self': {
values: string[];
};
left: {
values: string[];
};
'letter-spacing': {
values: string[];
};
'line-height': {
values: string[];
};
'list-style': {
values: string[];
};
'list-style-image': {
values: string[];
};
'list-style-position': {
values: string[];
};
'list-style-type': {
values: string[];
};
margin: {
values: string[];
};
'margin-bottom': {
values: string[];
};
'margin-left': {
values: string[];
};
'margin-right': {
values: string[];
};
'margin-top': {
values: string[];
};
'max-height': {
values: string[];
};
'max-width': {
values: string[];
};
'min-height': {
values: never[];
};
'min-width': {
values: never[];
};
'mix-blend-mode': {
values: string[];
};
'object-fit': {
values: string[];
};
'object-position': {
values: string[];
};
opacity: {
values: never[];
};
order: {
values: never[];
};
orphans: {
values: never[];
};
outline: {
values: never[];
};
'outline-color': {
values: string[];
type: string;
};
'outline-offset': {
values: never[];
};
'outline-style': {
values: string[];
};
'outline-width': {
values: string[];
};
overflow: {
values: string[];
};
'overflow-x': {
values: string[];
};
'overflow-y': {
values: string[];
};
'overflow-wrap': {
values: string[];
};
padding: {
values: never[];
};
'padding-bottom': {
values: never[];
};
'padding-left': {
values: never[];
};
'padding-right': {
values: never[];
};
'padding-top': {
values: never[];
};
'page-break-after': {
values: string[];
};
'page-break-before': {
values: string[];
};
'page-break-inside': {
values: string[];
};
perspective: {
values: string[];
};
'perspective-origin': {
values: string[];
};
'pointer-events': {
values: string[];
};
position: {
values: string[];
};
quotes: {
values: string[];
};
'region-break-after': {
values: string[];
};
'region-break-before': {
values: string[];
};
'region-break-inside': {
values: string[];
};
'region-fragment': {
values: string[];
};
resize: {
values: string[];
};
right: {
values: string[];
};
'scroll-behavior': {
values: string[];
};
'scroll-snap-type': {
values: string[];
};
src: {
values: string[];
};
'shape-image-threshold': {
values: never[];
};
'shape-inside': {
values: string[];
};
'shape-margin': {
values: never[];
};
'shape-outside': {
values: string[];
};
'tab-size': {
values: never[];
};
'table-layout': {
values: string[];
};
'text-align': {
values: string[];
};
'text-align-last': {
values: string[];
};
'text-decoration': {
values: string[];
};
'text-decoration-color': {
values: never[];
type: string;
};
'text-decoration-line': {
values: string[];
};
'text-decoration-skip': {
values: string[];
};
'text-decoration-style': {
values: string[];
};
'text-emphasis': {
values: never[];
};
'text-emphasis-color': {
values: never[];
type: string;
};
'text-emphasis-position': {
values: string[];
};
'text-emphasis-style': {
values: string[];
};
'text-indent': {
values: never[];
};
'text-justify': {
values: string[];
};
'text-overflow': {
values: string[];
};
'text-shadow': {
values: never[];
};
'text-rendering': {
values: string[];
};
'text-transform': {
values: string[];
};
'text-underline-position': {
values: string[];
};
top: {
values: string[];
};
transform: {
values: string[];
};
'transform-origin': {
values: string[];
};
'transform-style': {
values: string[];
};
transition: {
values: never[];
};
'transition-delay': {
values: never[];
};
'transition-duration': {
values: never[];
};
'transition-property': {
values: string[];
};
'transition-timing-function': {
values: string[];
};
'unicode-bidi': {
values: string[];
};
'unicode-range': {
values: never[];
};
'user-select': {
values: string[];
};
'vertical-align': {
values: string[];
};
visibility: {
values: string[];
};
'white-space': {
values: string[];
};
widows: {
values: never[];
};
width: {
values: string[];
};
'will-change': {
values: string[];
};
'word-break': {
values: string[];
};
'word-spacing': {
values: string[];
};
'z-index': {
values: string[];
};
};
export declare const CSSColors: {
aliceblue: string;
antiquewhite: string;
aqua: string;
aquamarine: string;
azure: string;
beige: string;
bisque: string;
black: string;
blanchedalmond: string;
blue: string;
blueviolet: string;
brown: string;
burlywood: string;
cadetblue: string;
chartreuse: string;
chocolate: string;
coral: string;
cornflowerblue: string;
cornsilk: string;
crimson: string;
cyan: string;
darkblue: string;
darkcyan: string;
darkgoldenrod: string;
darkgray: string;
darkgreen: string;
darkgrey: string;
darkkhaki: string;
darkmagenta: string;
darkolivegreen: string;
darkorange: string;
darkorchid: string;
darkred: string;
darksalmon: string;
darkseagreen: string;
darkslateblue: string;
darkslategray: string;
darkslategrey: string;
darkturquoise: string;
darkviolet: string;
deeppink: string;
deepskyblue: string;
dimgray: string;
dimgrey: string;
dodgerblue: string;
firebrick: string;
floralwhite: string;
forestgreen: string;
fuchsia: string;
gainsboro: string;
ghostwhite: string;
goldenrod: string;
gold: string;
gray: string;
green: string;
greenyellow: string;
grey: string;
honeydew: string;
hotpink: string;
indianred: string;
indigo: string;
ivory: string;
khaki: string;
lavenderblush: string;
lavender: string;
lawngreen: string;
lemonchiffon: string;
lightblue: string;
lightcoral: string;
lightcyan: string;
lightgoldenrodyellow: string;
lightgray: string;
lightgreen: string;
lightgrey: string;
lightpink: string;
lightsalmon: string;
lightseagreen: string;
lightskyblue: string;
lightslategray: string;
lightslategrey: string;
lightsteelblue: string;
lightyellow: string;
lime: string;
limegreen: string;
linen: string;
magenta: string;
maroon: string;
mediumaquamarine: string;
mediumblue: string;
mediumorchid: string;
mediumpurple: string;
mediumseagreen: string;
mediumslateblue: string;
mediumspringgreen: string;
mediumturquoise: string;
mediumvioletred: string;
midnightblue: string;
mintcream: string;
mistyrose: string;
moccasin: string;
navajowhite: string;
navy: string;
oldlace: string;
olive: string;
olivedrab: string;
orange: string;
orangered: string;
orchid: string;
palegoldenrod: string;
palegreen: string;
paleturquoise: string;
palevioletred: string;
papayawhip: string;
peachpuff: string;
peru: string;
pink: string;
plum: string;
powderblue: string;
purple: string;
rebeccapurple: string;
red: string;
rosybrown: string;
royalblue: string;
saddlebrown: string;
salmon: string;
sandybrown: string;
seagreen: string;
seashell: string;
sienna: string;
silver: string;
skyblue: string;
slateblue: string;
slategray: string;
slategrey: string;
snow: string;
springgreen: string;
steelblue: string;
tan: string;
teal: string;
thistle: string;
tomato: string;
turquoise: string;
violet: string;
wheat: string;
white: string;
whitesmoke: string;
yellow: string;
yellowgreen: string;
};
export type CSSPropertiesKey = keyof typeof CSSProperties;
export declare const CSSPropertyList: string[];