UNPKG

jobiqo-cl

Version:

[![CircleCI](https://circleci.com/gh/jobiqo/jobiqo-cl.svg?style=svg&circle-token=5a24efa5b8bbc4879276123e77d0d3f35ca7144c)](https://circleci.com/gh/jobiqo/jobiqo-cl)

13 lines (12 loc) 926 B
/** * @file index.tsx * * @fileoverview A Custom table wrapper so that it looks like a table wrapper inside a box. */ /// <reference types="styled-components" /> /// <reference types="react" /> /// <reference types="@storybook/theming/node_modules/@emotion/core" /> import { BoxProps } from '@atoms/07-box'; export declare const TableWrapper: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<Pick<BoxProps, "label" | "p" | "color" | "children" | "bg" | "backgroundColor" | "opacity" | "m" | "margin" | "mt" | "marginTop" | "mr" | "marginRight" | "mb" | "marginBottom" | "ml" | "marginLeft" | "mx" | "marginX" | "my" | "marginY" | "padding" | "pt" | "paddingTop" | "pr" | "paddingRight" | "pb" | "paddingBottom" | "pl" | "paddingLeft" | "px" | "paddingX" | "py" | "paddingY" | "marginClean" | "paddingClean" | "boxShadow" | "textShadow"> & { theme?: any; }>, any, BoxProps, never>;