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)

50 lines (49 loc) 970 B
/** * @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; }; };