UNPKG

@innovaccer/design-system

Version:

React components library project for Innovaccer Design System

6 lines (5 loc) 272 B
import * as React from 'react'; import { ButtonProps } from "../../index.type"; declare type ChatButtonType = Omit<ButtonProps, 'size' | 'largeIcon' | 'appearance'>; export declare const ChatButton: (props: ChatButtonType) => React.JSX.Element; export default ChatButton;