UNPKG

@ohu-mobile/core

Version:
14 lines (13 loc) 301 B
export declare function createAncestorMixin(ancestorName: string): { provide(): { [x: string]: any; }; }; export declare function createDescendantMixin(ancestorName: string): { inject: { ancestor: { from: string; default: null; }; }; };