UNPKG

qwik-grid-fm

Version:

Awesome responsive grid system for Qwik :) that allows you to control the grid based on percentage instead of clasic 12 or 24 columns we use percentage

10 lines (9 loc) 194 B
export interface Props { hSpace?: number; vSpace?: number; debug?: boolean; } export declare const RowStyles: (props: Props) => { parentClassName: string; styles: string; };