UNPKG

smart-react-components

Version:

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

7 lines (6 loc) 262 B
import ElementProps from "../element/Props"; export interface Props extends ElementProps { borderless?: boolean; } declare const _default: import("styled-components").StyledComponent<"tfoot", any, ElementProps & Props, never>; export default _default;