UNPKG

@table-library/react-table-library

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 {};