UNPKG

carbon-react

Version:

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

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