chore: primitives
This commit is contained in:
parent
1e446a5709
commit
7567efe48e
|
@ -2,6 +2,7 @@ import {Context} from './context';
|
||||||
|
|
||||||
export function behaviorContextTypes() {
|
export function behaviorContextTypes() {
|
||||||
return {
|
return {
|
||||||
|
bool: {},
|
||||||
context: {
|
context: {
|
||||||
add: {
|
add: {
|
||||||
type: 'void',
|
type: 'void',
|
||||||
|
@ -16,6 +17,10 @@ export function behaviorContextTypes() {
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
number: {},
|
||||||
|
stream: {},
|
||||||
|
string: {},
|
||||||
|
void: {},
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user