jobiqo-cl
Version:
[](https://circleci.com/gh/jobiqo/jobiqo-cl)
35 lines (34 loc) • 780 B
TypeScript
/**
* @file index.tsx
*
* @fileoverview Display the icons within the component library.
*/
/// <reference types="styled-components" />
import React from 'react';
declare const _default: {
title: string;
parameters: {
component: React.ForwardRefExoticComponent<Pick<import("../../../icons/Envelope").Props, "title" | "color" | "height" | "width" | "titleId"> & {
theme?: any;
}>;
};
};
export default _default;
export declare const DefaultIcon: {
(): JSX.Element;
story: {
title: string;
};
};
export declare const IllustrationIcon: {
(): JSX.Element;
story: {
title: string;
};
};
export declare const loadingIllustrationIcon: {
(): JSX.Element;
story: {
title: string;
};
};