@hrobarikt/box-ui-elements
Version:
Box UI Elements
12 lines (11 loc) • 431 B
TypeScript
export declare const basic: () => JSX.Element;
export declare const withOptionalText: () => JSX.Element;
export declare const withInfoTooltip: () => JSX.Element;
declare const _default: {
title: string;
component: ({ text, tooltip, infoTooltip, infoIconProps, showOptionalText, hideLabel, children }: import("./Label").LabelProps) => JSX.Element;
parameters: {
notes: string;
};
};
export default _default;