UNPKG

@procraft/widget-order

Version:

Order widget for landing

7 lines (6 loc) 224 B
/// <reference types="react" /> import { TypographyStyledProps } from './styles'; export declare type TypographyProps = TypographyStyledProps & { component?: string | React.ComponentType<any>; className?: string; };