{"version":3,"file":"index.mjs","sources":["../../directives/index.ts"],"sourcesContent":["import { vLoading } from './loading'\nimport { vResize } from './resize'\n\nimport type { App } from 'vue'\n\nexport function installDirectives(app: App) {\n  app.directive('loading', vLoading)\n  app.directive('resize', vResize)\n}\n\nexport * from './loading'\nexport * from './resize'\n"],"names":["installDirectives","app","vLoading","vResize"],"mappings":";;AAKO,SAASA,EAAkBC,GAAU;AACtC,EAAAA,EAAA,UAAU,WAAWC,CAAQ,GAC7BD,EAAA,UAAU,UAAUE,CAAO;AACjC;"}