UNPKG

smart-react-components

Version:

React UI library, wide variety of editable ready to use Styled and React components.

13 lines (12 loc) 433 B
import ElementProps from "../element/Props"; import { SizeProps } from "../props/size-props"; export interface Props extends ElementProps, SizeProps { type?: string; borderX?: boolean; borderY?: boolean; striped?: boolean; hover?: boolean; sticky?: boolean; } declare const _default: import("styled-components").StyledComponent<"table", any, ElementProps & Props, never>; export default _default;