Repository URL to install this package:
|
Version:
0.7.4+sf.2 ▾
|
/// <reference types="react" />
export declare const InfoButton: ({ "aria-label": ariaLabel, onClick, }: {
'aria-label'?: string;
'onClick': () => void;
}) => JSX.Element;