jobiqo-cl
Version:
[](https://circleci.com/gh/jobiqo/jobiqo-cl)
28 lines (27 loc) • 668 B
TypeScript
/**
* @file index.tsx
*
* @fileoverview Story to display the chip inside the component library
* styleguide.
*/
/// <reference types="react" />
declare const _default: {
title: string;
};
export default _default;
export declare const DefaultChip: {
(): JSX.Element;
story: {
title: string;
parameters: {
component: {
({ chipStyle, chipId, children, removable, onRemove }: import(".").ChipProps): JSX.Element;
defaultProps: {
chipStyle: string;
theme: any;
removable: boolean;
};
};
};
};
};