@hrobarikt/box-ui-elements
Version:
Box UI Elements
10 lines (9 loc) • 314 B
TypeScript
export declare const basic: () => JSX.Element;
declare const _default: {
title: string;
component: ({ children, className, content, image, title, ...otherTooltipProps }: import("./ImageTooltip").ImageTooltipProps) => JSX.Element;
parameters: {
notes: string;
};
};
export default _default;