UNPKG

@greensight/gds

Version:
9 lines (8 loc) 338 B
import { Breakpoint } from '../../../types/emotion/Layout'; export interface ItemProps { /** Breakpoint name. */ breakpointName: Breakpoint; /** Breakpoint value. */ breakpointValue: number; } export declare const Item: ({ breakpointName, breakpointValue }: ItemProps) => import("@emotion/react/jsx-runtime").JSX.Element;