fix(core): update

This commit is contained in:
2023-10-23 17:20:08 +02:00
parent 8dd48fdc05
commit 9f3b396633
4 changed files with 590 additions and 585 deletions

View File

@ -33,3 +33,9 @@ export const directives = {
resolve,
subscribe,
}
import type { rxjs } from '@push.rocks/smartrx';
export type {
rxjs,
}