jobiqo-cl
Version:
[](https://circleci.com/gh/jobiqo/jobiqo-cl)
12 lines (11 loc) • 365 B
TypeScript
interface CellProps {
sticky: boolean;
stickyCol: boolean;
verticalAlign: string;
textAlign: string;
hideSm: boolean;
theme: any;
}
export declare const th: import("styled-components").StyledComponent<"th", any, CellProps, never>;
export declare const td: import("styled-components").StyledComponent<"td", any, CellProps, never>;
export {};