jobiqo-cl
Version:
[](https://circleci.com/gh/jobiqo/jobiqo-cl)
56 lines (55 loc) • 1.1 kB
TypeScript
/**
* @file index.tsx
*
* @fileoverview Display the badge within the component library.
*/
/// <reference types="react" />
declare const _default: {
title: string;
parameters: {
component: {
({ children, badgeStyle }: import(".").BadgeProps): JSX.Element;
defaultProps: {
badgeStyle: string;
theme: any;
};
};
};
};
export default _default;
export declare const DefaultBadge: {
(): JSX.Element;
story: {
title: string;
};
};
export declare const PrimaryBadge: {
(): JSX.Element;
story: {
title: string;
};
};
export declare const PrimaryVeryLightBadge: {
(): JSX.Element;
story: {
title: string;
};
};
export declare const SuccessVeryLightBadge: {
(): JSX.Element;
story: {
title: string;
};
};
export declare const WarningVeryLightBadge: {
(): JSX.Element;
story: {
title: string;
};
};
export declare const DangerVeryLightBadge: {
(): JSX.Element;
story: {
title: string;
};
};