UNPKG

@withjoy/joykit

Version:

UI Component Library for Joy web

9 lines (8 loc) 426 B
import React from 'react'; import { BoxProps } from '../Box'; declare const StyledContent: import("styled-components").StyledComponent<React.ForwardRefExoticComponent<BoxProps & React.HTMLAttributes<any> & React.RefAttributes<HTMLElement>>, import("../../common").Theme, { focused?: boolean | undefined; error?: boolean | undefined; disabled?: boolean | undefined; }, never>; export default StyledContent;