UNPKG

@smart-react-components/ui

Version:
11 lines (10 loc) 476 B
import { StyledProps } from '@smart-react-components/core/styled-props'; import { PaletteProp, ResponsiveProp, SizeProp } from '@smart-react-components/core/types'; interface Props extends StyledProps, ResponsiveProp<'formSize', SizeProp> { cursorKey?: string; isBlock: boolean; isDisabled: boolean; palette: PaletteProp; } declare const _default: import("styled-components").StyledComponent<"label", any, StyledProps & Props, never>; export default _default;