jobiqo-cl
Version:
[](https://circleci.com/gh/jobiqo/jobiqo-cl)
13 lines (12 loc) • 926 B
TypeScript
/**
* @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>;