UNPKG

@smart-react-components/ui

Version:
14 lines (13 loc) 521 B
import { StyledProps } from '@smart-react-components/core/styled-props'; import { PaletteProp, ShapeProp } from '@smart-react-components/core/types'; import { OrderPosition } from '../../types'; interface Props extends StyledProps { iconPosition: OrderPosition; isClickable: boolean; isOutline: boolean; isSoft: boolean; palette: PaletteProp; shape: ShapeProp; } declare const _default: import("styled-components").StyledComponent<"div", any, StyledProps & Props, never>; export default _default;