UNPKG

@gzup/macaw-ui-4

Version:

Gzup's UI component library

7 lines (6 loc) 229 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>;