/** * @heyirisai/docx-editor-react/styles * * CSS import entry. Bring in the editor's base styles by importing * `@heyirisai/docx-editor-react/styles.css` directly; this module exists for * tooling that prefers a JS-style import. * * @packageDocumentation * @public */ declare const EDITOR_CSS_PATH = "./editor.css"; export { EDITOR_CSS_PATH };