@orfeas126/box-ui-elements
Version:
Box UI Elements
15 lines (14 loc) • 477 B
TypeScript
import * as React from 'react';
import CountBadge from './CountBadge';
export declare const withAnimation: () => React.JSX.Element;
export declare const withoutAnimation: () => React.JSX.Element;
export declare const withHTMLSymbol1: () => React.JSX.Element;
export declare const withHTMLSymbol2: () => React.JSX.Element;
declare const _default: {
title: string;
component: typeof CountBadge;
parameters: {
notes: string;
};
};
export default _default;