{"version":3,"file":"index.mjs","sources":["../../../../../packages/components/container/index.ts"],"sourcesContent":["import { withInstall, withNoopInstall } from '@element-plus/utils'\nimport Container from './src/container.vue'\nimport Aside from './src/aside.vue'\nimport Footer from './src/footer.vue'\nimport Header from './src/header.vue'\nimport Main from './src/main.vue'\n\nimport type { SFCWithInstall } from '@element-plus/utils'\n\nexport const ElContainer: SFCWithInstall & {\n Aside: typeof Aside\n Footer: typeof Footer\n Header: typeof Header\n Main: typeof Main\n} = withInstall(Container, {\n Aside,\n Footer,\n Header,\n Main,\n})\n\nexport default ElContainer\nexport const ElAside: SFCWithInstall = withNoopInstall(Aside)\nexport const ElFooter: SFCWithInstall = withNoopInstall(Footer)\nexport const ElHeader: SFCWithInstall = withNoopInstall(Header)\nexport const ElMain: SFCWithInstall = withNoopInstall(Main)\n\nexport type ContainerInstance = InstanceType & unknown\nexport type AsideInstance = InstanceType & unknown\nexport type FooterInstance = InstanceType & unknown\nexport type HeaderInstance = InstanceType & unknown\nexport type MainInstance = InstanceType & unknown\n"],"names":[],"mappings":";;;;;;;AASa,MAAA,WAAA,GAKT,YAAY,SAAW,EAAA;AAAA,EACzB,KAAA;AAAA,EACA,MAAA;AAAA,EACA,MAAA;AAAA,EACA,IAAA;AACF,CAAC,EAAA;AAGY,MAAA,OAAA,GAAwC,gBAAgB,KAAK,EAAA;AAC7D,MAAA,QAAA,GAA0C,gBAAgB,MAAM,EAAA;AAChE,MAAA,QAAA,GAA0C,gBAAgB,MAAM,EAAA;AAChE,MAAA,MAAA,GAAsC,gBAAgB,IAAI;;;;"}