UNPKG

smart-react-components

Version:

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

15 lines (14 loc) 484 B
import ElementProps from "../element/Props"; import { SizeStrictProps } from "../props/size-strict-props"; import { Value } from "../props"; interface Props extends ElementProps, SizeStrictProps { box: boolean; type: string; fill$: boolean; shape: string; hover: boolean; disabled: boolean; value: Value; } declare const _default: import("styled-components").StyledComponent<"div", any, ElementProps & Props, never>; export default _default;