UNPKG

@smart-react-components/ui

Version:
7 lines (6 loc) 352 B
import { StyledProps } from '@smart-react-components/core/styled-props'; import { Props as ColorPickerProps } from '../../../context/ColorPickerProps'; export interface Props extends StyledProps, ColorPickerProps { } declare const _default: import("styled-components").StyledComponent<"span", any, StyledProps & Props, never>; export default _default;