UNPKG

@procraft/widget-order

Version:

Order widget for landing

8 lines (5 loc) 178 B
import { TypographyStyledProps } from './styles' export type TypographyProps = TypographyStyledProps & { component?: string | React.ComponentType<any> className?: string }