box-ui-elements-mlh
Version:
58 lines (57 loc) • 1.01 kB
TypeScript
import Tooltip from './Tooltip';
export declare const positioning: {
(): JSX.Element;
story: {
name: string;
};
};
export declare const themes: {
(): JSX.Element;
story: {
name: string;
};
};
export declare const withCloseButton: {
(): JSX.Element;
story: {
name: string;
};
};
export declare const isShown: {
(): JSX.Element;
story: {
name: string;
};
};
export declare const withOffset: {
(): JSX.Element;
story: {
name: string;
};
};
export declare const withDisabled: {
(): JSX.Element;
story: {
name: string;
};
};
export declare const attachedToDisabledButton: {
(): JSX.Element;
story: {
name: string;
};
};
export declare const withLongText: {
(): JSX.Element;
story: {
name: string;
};
};
declare const _default: {
title: string;
component: typeof Tooltip;
parameters: {
notes: string;
};
};
export default _default;