UNPKG

@appkitreact/react-table-library

Version:

fork of react-table-library to support react 18 version

7 lines (6 loc) 176 B
import * as React from 'react'; declare type ButtonProps = { margin?: string; } & Record<string, any>; export declare const Button: React.FC<ButtonProps>; export {};