New: Allow dataverse users to create their

own IdentityDerivationProviders
This commit is contained in:
Aria Minaei 2021-07-02 20:26:47 +02:00
parent 4ac12abb58
commit 7bba9797cd

View file

@ -1,3 +1,4 @@
export type {IdentityDerivationProvider} from './Atom'
export {default as Atom, val, valueDerivation} from './Atom'
export {default as Box} from './Box'
export type {IBox} from './Box'