fix(core): update
This commit is contained in:
@ -20,3 +20,10 @@ export const plugins = {
|
||||
smarturl: allPlugins.smarturl,
|
||||
typedrequest: allPlugins.typedrequest,
|
||||
};
|
||||
|
||||
// type exports
|
||||
import type { rxjs } from '@push.rocks/smartrx';
|
||||
|
||||
export type {
|
||||
rxjs,
|
||||
}
|
||||
|
Reference in New Issue
Block a user