@ntragas/pouncejstest
Version:
A collection of UI components from Panther labs
6 lines (5 loc) • 383 B
TypeScript
import React from 'react';
import { PounceComponentProps } from '../../system';
export declare type AbstractButtonProps<T extends React.ElementType = any> = PounceComponentProps<T>;
export declare const AbstractButton: React.ForwardRefExoticComponent<Pick<PounceComponentProps<any>, string | number | symbol> & React.RefAttributes<HTMLButtonElement>>;
export default AbstractButton;