UNPKG

carbon-react

Version:

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

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