UNPKG

liber-salti

Version:

Saltí - Liber Design System

8 lines (7 loc) 247 B
import React from 'react'; import { GridProps } from './Grid.types'; /** * Responsive layout grid adapts to screen size and orientation, ensuring consistency across layouts */ declare const Grid: React.FC<GridProps>; export default Grid;