UNPKG

fannypack-v5

Version:

An accessible, composable, and friendly React UI Kit

10 lines (9 loc) 523 B
export declare const Columns: (styleProps: any) => string; export declare const Column: (styleProps: any) => string; export declare const marginAutoOffsets: { [key: string]: any; }; export declare const getWidth: (spread: any) => string; export declare function getWrapProperties(styleProps: any): import("@emotion/utils").SerializedStyles; export declare function getSpreadProperties(styleProps: any): import("@emotion/utils").SerializedStyles; export declare function getSpreadOffsetProperties(styleProps: any): any;