UNPKG

1.22 kBSource Map (JSON)View Raw
1{"version":3,"sources":["index.ts"],"names":["AppbarComponent","AppbarContent","AppbarAction","AppbarBackAction","AppbarHeader","Appbar","Object","assign","Content","Action","BackAction","Header"],"mappings":"AAAA,OAAOA,eAAP,MAA4B,UAA5B;AACA,OAAOC,aAAP,MAA0B,iBAA1B;AACA,OAAOC,YAAP,MAAyB,gBAAzB;AACA,OAAOC,gBAAP,MAA6B,oBAA7B;AACA,OAAOC,YAAP,MAAyB,gBAAzB;AAEA,MAAMC,MAAM,GAAGC,MAAM,CAACC,MAAP,EACb;AACAP,eAFa,EAGb;AACE;AACAQ,EAAAA,OAAO,EAAEP,aAFX;AAGE;AACAQ,EAAAA,MAAM,EAAEP,YAJV;AAKE;AACAQ,EAAAA,UAAU,EAAEP,gBANd;AAOE;AACAQ,EAAAA,MAAM,EAAEP;AARV,CAHa,CAAf;AAeA,eAAeC,MAAf","sourcesContent":["import AppbarComponent from './Appbar';\nimport AppbarContent from './AppbarContent';\nimport AppbarAction from './AppbarAction';\nimport AppbarBackAction from './AppbarBackAction';\nimport AppbarHeader from './AppbarHeader';\n\nconst Appbar = Object.assign(\n // @component ./Appbar.tsx\n AppbarComponent,\n {\n // @component ./AppbarContent.tsx\n Content: AppbarContent,\n // @component ./AppbarAction.tsx\n Action: AppbarAction,\n // @component ./AppbarBackAction.tsx\n BackAction: AppbarBackAction,\n // @component ./AppbarHeader.tsx\n Header: AppbarHeader,\n }\n);\n\nexport default Appbar;\n"]}
\No newline at end of file