jobiqo-cl
Version:
[](https://circleci.com/gh/jobiqo/jobiqo-cl)
29 lines (28 loc) • 675 B
TypeScript
/**
* @file index.tsx
*
* @fileoverview Display the HideDesktop within the component library.
*/
/// <reference types="react" />
declare const _default: {
title: string;
};
export default _default;
export declare const HideDesktopDefault: {
(): JSX.Element;
story: {
title: string;
parameters: {
component: import("styled-components").StyledComponent<"div", any, any, never>;
};
};
};
export declare const HideMobileDefault: {
(): JSX.Element;
story: {
title: string;
parameters: {
component: import("styled-components").StyledComponent<"div", any, any, never>;
};
};
};