UNPKG

jsxstyle-utils

Version:

Utilities used by jsxstyle and tooling built for jsxstyle

23 lines (22 loc) 545 B
import type { CSSProperties } from './types'; export declare type JsxstyleComponentName = | 'Block' | 'Box' | 'Col' | 'Grid' | 'Inline' | 'InlineBlock' | 'InlineCol' | 'InlineRow' | 'Row'; export declare type DeprecatedJsxstyleComponentName = | 'Flex' | 'InlineFlex' | 'Table' | 'TableCell' | 'TableRow'; export declare const componentStyles: Record< JsxstyleComponentName | DeprecatedJsxstyleComponentName, Pick<CSSProperties, 'display' | 'flexDirection'> | null >; //# sourceMappingURL=componentStyles.d.ts.map