UNPKG

jobiqo-cl

Version:

[![CircleCI](https://circleci.com/gh/jobiqo/jobiqo-cl.svg?style=svg&circle-token=5a24efa5b8bbc4879276123e77d0d3f35ca7144c)](https://circleci.com/gh/jobiqo/jobiqo-cl)

56 lines (55 loc) 1.1 kB
/** * @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; }; };