jobiqo-cl
Version:
[](https://circleci.com/gh/jobiqo/jobiqo-cl)
20 lines (19 loc) • 466 B
TypeScript
/**
* @file index.tsx
*
* @fileoverview Display the Fixed element within the component library.
*/
/// <reference types="react" />
declare const _default: {
title: string;
};
export default _default;
export declare const PositionFixed: {
(): JSX.Element;
story: {
title: string;
parameters: {
component: ({ top, bottom, right, left, zIndex, children }: import(".").PositionFixedProps) => JSX.Element;
};
};
};