UNPKG

@uva-glass/component-library

Version:

React components UvA

8 lines (7 loc) 472 B
import { PropsWithChildren } from 'react'; import { Meta } from '@storybook/react'; import { RteEditorProps } from './RteEditor'; declare const _default: Meta<PropsWithChildren<RteEditorProps>>; export default _default; export declare const RteEditorExample: import('@storybook/core/csf').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, PropsWithChildren<RteEditorProps>>; export declare const MultipleRteEditors: () => import("react/jsx-runtime").JSX.Element;