UNPKG

@atlaskit/editor-core

Version:

A package contains Atlassian editor core functionality

4 lines (3 loc) 233 B
/// <reference types="react" /> import { EditorAppearance, EditorAppearanceComponentProps } from '../types'; export default function getUiComponent(appearance: EditorAppearance): React.ComponentClass<EditorAppearanceComponentProps>;