gather-content-ui
Version:
GatherContent UI Library
11 lines • 358 B
TypeScript
import TooltipWrapper from "../../lib/TooltipWrapper/index";
declare const _default: {
title: string;
component: typeof TooltipWrapper;
args: {
showManual: boolean;
};
};
export default _default;
export declare const Tooltip: (args: any) => import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=TooltipWrapper.stories.d.ts.map