@wordpress/components
Version:
UI components for WordPress.
52 lines • 1.6 kB
TypeScript
export function config(name: keyof {
colorDivider: string;
colorScrollbarThumb: string;
colorScrollbarThumbHover: string;
colorScrollbarTrack: string;
elevationIntensity: number;
radiusBlockUi: string;
borderWidth: string;
borderWidthFocus: string;
borderWidthTab: string;
spinnerSize: string;
fontSize: string;
fontSizeH1: string;
fontSizeH2: string;
fontSizeH3: string;
fontSizeH4: string;
fontSizeH5: string;
fontSizeH6: string;
fontSizeInputMobile: string;
fontSizeMobile: string;
fontSizeSmall: string;
fontSizeXSmall: string;
fontLineHeightBase: string;
fontWeight: string;
fontWeightHeading: string;
gridBase: string;
controlHeight: string;
controlHeightLarge: string;
controlHeightSmall: string;
controlHeightXSmall: string;
cardBorderRadius: string;
cardPaddingX: string;
cardPaddingY: string;
cardPadding: string;
cardHeaderFooterPaddingY: string;
cardHeaderHeight: string;
surfaceBackgroundColor: string;
surfaceBackgroundSubtleColor: string;
surfaceBackgroundTintColor: string;
surfaceBorderColor: string;
surfaceBorderBoldColor: string;
surfaceBorderSubtleColor: string;
surfaceBackgroundTertiaryColor: string;
surfaceColor: string;
transitionDuration: string;
transitionDurationFast: string;
transitionDurationFaster: string;
transitionDurationFastest: string;
transitionTimingFunction: string;
transitionTimingFunctionControl: string;
}): string | number;
//# sourceMappingURL=config.d.ts.map