MixinDescriptor
Summary
Serializable descriptor stored in the mix prop.
Signature
type MixinDescriptor<node, args, props> = {
__node?: (node: node) => void;
args: args;
type: MixinRuntimeType<args, node, props>;
};
Serializable descriptor stored in the mix prop.
type MixinDescriptor<node, args, props> = {
__node?: (node: node) => void;
args: args;
type: MixinRuntimeType<args, node, props>;
};