UNPKG

@tutim/fields

Version:

form infrastructure for web applications

14 lines (13 loc) 379 B
/// <reference types="react" /> export declare const AddButton: ({ onClick }: { onClick: any; }) => JSX.Element; export declare const RemoveButton: ({ onClick }: { onClick: any; }) => JSX.Element; export declare const DeleteButton: ({ onClick }: { onClick: any; }) => JSX.Element; export declare const EditButton: ({ onClick }: { onClick: any; }) => JSX.Element;