jobiqo-cl
Version:
[](https://circleci.com/gh/jobiqo/jobiqo-cl)
29 lines (28 loc) • 761 B
TypeScript
/**
* @file index.tsx
*
* @fileoverview Presents the form elements inside the component library styleguide.
*/
/// <reference types="react" />
declare const _default: {
title: string;
};
export default _default;
export declare const DefaultActionBox: {
(): JSX.Element;
story: {
title: string;
parameters: {
component: ({ onClick, icon, iconTitle, iconColor, children, actionText }: import(".").BoxActionProps) => JSX.Element;
};
};
};
export declare const LinkActionBox: {
(): JSX.Element;
story: {
title: string;
parameters: {
component: ({ onClick, icon, iconTitle, iconColor, children, actionText }: import(".").BoxActionProps) => JSX.Element;
};
};
};