UNPKG

carbon-react

Version:

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

7 lines (6 loc) 211 B
import { styleFn, LayoutProps } from "styled-system"; declare const _default: ({ width, height, }: { width?: LayoutProps["width"]; height?: LayoutProps["height"]; }) => styleFn; export default _default;