box-ui-elements-mlh
Version:
13 lines (12 loc) • 320 B
TypeScript
export declare const regular: () => JSX.Element;
export declare const withTruncatedText: () => JSX.Element;
declare const _default: {
title: string;
component: ({ indicatorText }: {
indicatorText: string;
}) => JSX.Element;
parameters: {
notes: string;
};
};
export default _default;