UNPKG

carbon-react

Version:

A library of reusable React components for easily building user interfaces.

4 lines (3 loc) 210 B
import { GridProps } from "styled-system"; export declare const gridPropertyNames: string[]; export default function filterStyledSystemGridProps(originalObject: Record<string, unknown> | GridProps): GridProps;