UNPKG

@boxyhq/react-ui

Version:

React UI components from BoxyHQ

15 lines (14 loc) 371 B
interface PropsType { text: string; label: string; copyDoneCallback?: (info: { operation: "COPY"; }) => void; classNames?: { container?: string; label?: string; input?: string; }; } declare function InputWithCopyButton(props: PropsType): import("react/jsx-runtime").JSX.Element; export default InputWithCopyButton;