UNPKG

@smart-react-components/ui

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