jobiqo-cl
Version:
[](https://circleci.com/gh/jobiqo/jobiqo-cl)
24 lines (23 loc) • 497 B
TypeScript
/**
* @file index.tsx
*
* @fileoverview Display the WYSIWYG component within the component library.
*/
/// <reference types="react" />
declare const _default: {
title: string;
parameters: {
component: ({ children, tag, ...props }: {
[x: string]: any;
children: any;
tag: any;
}) => JSX.Element;
};
};
export default _default;
export declare const DefaultText: {
(): JSX.Element;
story: {
title: string;
};
};