UNPKG

@acrool/react-grid

Version:

Most modern rwd grid system by react + styled-component

11 lines (10 loc) 247 B
import { IFlexProps } from '../../types'; /** * Create Breakpoint */ export declare const createCol: () => string; /** * 產生 Debug 資訊 * @param props */ export declare const createInfo: (props: IFlexProps) => "flex-column" | undefined;