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

11 lines (10 loc) 250 B
import { GridSystem } from './useStyles'; interface Props extends GridSystem { className?: string; style?: any; } /** * SimpleComp Component: Do something */ export declare const Col: import("@builder.io/qwik").Component<Props>; export {};