myprojectpackageprav
Version:
My package in npm
25 lines (24 loc) • 619 B
TypeScript
import React from "react";
interface Props {
props: any;
ref: any;
inputProps: any;
onClick: any;
reference: any;
label: any;
className: any;
type: any;
btnclassName: any;
id: any;
isClick: any;
badgeinfo: any;
badge: any;
ricon: any;
icon: any;
name: any;
showhide: any;
'aria-label': any;
popupCloseOpenFunctionality: (params: any, a: any, b: any, c: any, d: any, e: any, f: any, g: any) => any;
}
declare const ActionButtons: React.ForwardRefExoticComponent<Omit<Props, "ref"> & React.RefAttributes<unknown>>;
export default ActionButtons;