jobiqo-cl
Version:
[](https://circleci.com/gh/jobiqo/jobiqo-cl)
29 lines (28 loc) • 653 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"> & {
theme?: any;
}>;
};
};
export default _default;
export declare const DefaultIcon: {
(): JSX.Element;
story: {
title: string;
};
};
export declare const IllustrationIcon: {
(): JSX.Element;
story: {
title: string;
};
};