UNPKG

box-ui-elements

Version:
59 lines (58 loc) 1.09 kB
import * as React from 'react'; import Tooltip from './Tooltip'; export declare const positioning: { (): React.JSX.Element; story: { name: string; }; }; export declare const themes: { (): React.JSX.Element; story: { name: string; }; }; export declare const withCloseButton: { (): React.JSX.Element; story: { name: string; }; }; export declare const isShown: { (): React.JSX.Element; story: { name: string; }; }; export declare const withOffset: { (): React.JSX.Element; story: { name: string; }; }; export declare const withDisabled: { (): React.JSX.Element; story: { name: string; }; }; export declare const attachedToDisabledButton: { (): React.JSX.Element; story: { name: string; }; }; export declare const withLongText: { (): React.JSX.Element; story: { name: string; }; }; declare const _default: { title: string; component: typeof Tooltip; parameters: { notes: string; }; }; export default _default;