{"version":3,"file":"index.mjs","sources":["../../../../../packages/components/editor-md/index.ts"],"sourcesContent":["import { withInstall } from '@lit-element/utils'\n\nimport EditorMd from './src/editor-md.vue'\nimport RenderMd from './src/components/render-md.vue'\nimport type { SFCWithInstall } from '@lit-element/utils'\n\nexport * from './src/editor-md-types'\nexport * from './src/plugins/checkbox'\n\nexport const LtEditorMd: SFCWithInstall<typeof EditorMd> = withInstall(EditorMd)\nexport default LtEditorMd\n\nexport const LtRenderMd: SFCWithInstall<typeof RenderMd> = withInstall(RenderMd)\n\nexport type EditorMdInstance = InstanceType<typeof EditorMd>\nexport type RenderMdInstance = InstanceType<typeof RenderMd>\n"],"names":[],"mappings":";;;;;;;AAKY,MAAC,UAAU,GAAG,WAAW,CAAC,QAAQ,EAAE;AAEpC,MAAC,UAAU,GAAG,WAAW,CAAC,QAAQ;;;;"}