UNPKG

@atlaskit/editor-plugin-help-dialog

Version:

Help Dialog plugin for @atlaskit/editor-core

8 lines (7 loc) 159 B
/** * @jsxRuntime classic * @jsx jsx */ import { jsx } from '@emotion/react'; declare const ModalFooter: () => jsx.JSX.Element; export default ModalFooter;