fannypack-v5
Version:
An accessible, composable, and friendly React UI Kit
37 lines (36 loc) • 1.08 kB
TypeScript
import { SpacingThemeConfig } from '../types';
declare const _default: (overrides: SpacingThemeConfig) => {
minorUnit: import("../types").ThemeAttribute<number>;
majorUnit: import("../types").ThemeAttribute<number>;
xs: (props: {
theme?: import("../types").ThemeConfig;
}) => any;
sm: (props: {
theme?: import("../types").ThemeConfig;
}) => any;
md: (props: {
theme?: import("../types").ThemeConfig;
}) => any;
lg: (props: {
theme?: import("../types").ThemeConfig;
}) => any;
xl: (props: {
theme?: import("../types").ThemeConfig;
}) => any;
'2xl': (props: {
theme?: import("../types").ThemeConfig;
}) => any;
'3xl': (props: {
theme?: import("../types").ThemeConfig;
}) => any;
'4xl': (props: {
theme?: import("../types").ThemeConfig;
}) => any;
'5xl': (props: {
theme?: import("../types").ThemeConfig;
}) => any;
'6xl': (props: {
theme?: import("../types").ThemeConfig;
}) => any;
};
export default _default;