UNPKG

@procraft/widget-order

Version:

Order widget for landing

6 lines (5 loc) 173 B
/// <reference types="react" /> export declare type ButtonProps = React.ButtonHTMLAttributes<HTMLButtonElement> & { backgroundColor?: string; textColor?: string; };