@cainiaofe/cn-ui-m
Version:
17 lines (16 loc) • 979 B
TypeScript
export declare const getMargin: (size: any, { isNegative, half }?: {
isNegative: boolean;
half: boolean;
}) => any;
export declare const getSpacingHelperMargin: (spacing: any) => any;
export declare const getChildMargin: (spacing: any) => any;
export declare const getPadding: (padding: any) => any;
export declare const getGridGap: (gap: any) => any;
export declare const filterHelperStyle: (style: any) => any;
export declare const filterInnerStyle: (style: any) => any;
export declare const filterOuterStyle: (style: any) => any;
export declare const getTemplateCount: (counts: any) => any;
export declare const getFlexs: (flex: any) => any;
export declare const getBoxChildProps: (props: any) => any;
export declare const getGridChildProps: (props: any, device: any) => any;
export declare const createStyle: ({ device, display, gap, direction, dense, rowSpan, colSpan, row, col, rows, columns, justify, align, alignSelf, wrap, flex, padding, margin, }: any) => any;