UNPKG

pouncejs

Version:

A collection of UI components from Panther labs

5 lines (4 loc) 168 B
import React from 'react'; import { AbstractButtonProps } from '../AbstractButton'; declare const TextButton: React.FC<AbstractButtonProps>; export default TextButton;