@heycar-uikit/core
Version:
The React UI library from HeyCar
11 lines (10 loc) • 309 B
TypeScript
import Col from "./components/Col";
import Container from "./components/Container";
import Row from "./components/Row";
declare const Grid: {
readonly Row: typeof Row;
readonly Col: typeof Col;
readonly Container: typeof Container;
readonly displayName: "Grid";
};
export { Grid as default };