UNPKG

@bytebeans/macaw-ui

Version:

Saleor's UI component library

7 lines (6 loc) 235 B
import { ButtonProps } from "@material-ui/core/Button"; import React from "react"; export interface ExpandButtonProps extends ButtonProps { isShrunk: boolean; } export declare const ExpandButton: React.FC<ExpandButtonProps>;