@procore/core-react
Version:
React library of Procore Design Guidelines
13 lines (8 loc) • 454 B
TypeScript
import React from 'react';
import type { TextEditorOutputProps } from './TextEditorOutput.types';
/**
We use TextEditorOutput to render formatted text.
@since 10.24.0
@see [Storybook](https://stories.core.procore.com/?path=/story/core-react_demos-texteditoroutput--demo)
*/
export declare const TextEditorOutput: React.ForwardRefExoticComponent<TextEditorOutputProps & React.HTMLAttributes<HTMLDivElement> & React.RefAttributes<HTMLDivElement>>;