jobiqo-cl
Version:
[](https://circleci.com/gh/jobiqo/jobiqo-cl)
50 lines (49 loc) • 970 B
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;
};
};
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;
};
};