jobiqo-cl
Version:
[](https://circleci.com/gh/jobiqo/jobiqo-cl)
39 lines (38 loc) • 1.03 kB
TypeScript
/**
* @file index.tsx
*
* @fileoverview Story to display the Empty states inside the component library
* styleguide.
*/
/// <reference types="react" />
declare const _default: {
title: string;
};
export default _default;
export declare const SimpleEmptyElement: {
(): JSX.Element;
story: {
title: string;
parameters: {
component: ({ children, icon, iconColor, iconWidth, iconHeight }: import(".").EmptyElementProps) => JSX.Element;
};
};
};
export declare const LinkEmptyElement: {
(): JSX.Element;
story: {
title: string;
parameters: {
component: ({ children, icon, iconColor, iconWidth, iconHeight }: import(".").EmptyElementProps) => JSX.Element;
};
};
};
export declare const BoxEmptyElement: {
(): JSX.Element;
story: {
title: string;
parameters: {
component: ({ children, icon, iconColor, iconWidth, iconHeight }: import(".").EmptyElementProps) => JSX.Element;
};
};
};