UNPKG

reablocks

Version:
7 lines (5 loc) 259 B
import { ButtonProps, ButtonRef } from '../Button'; import { FC } from 'react'; export interface IconButtonProps extends Omit<ButtonProps, 'fullWidth' | 'startAdornment' | 'endAdornment'> { } export declare const IconButton: FC<IconButtonProps & ButtonRef>;