UNPKG

@primer/components

Version:
7 lines (6 loc) 220 B
import { SystemStyleObject } from '@styled-system/css'; export interface SxProp { sx?: SystemStyleObject; } declare const sx: (props: SxProp) => import("@styled-system/css").CssFunctionReturnType; export default sx;