UNPKG

@omnia/fx

Version:

Provide Omnia Fx typings and tooling for clientside Omnia development.

17 lines (16 loc) 339 B
/** * Get attributes of given node * @param children * @param Vue * @returns {*} */ export declare function getAttributes(children: any): {}; export declare function getSlots(element: any): { default: any[]; }; /** * Helper utility returning slots for render function * @param children * @param createElement * @param Vue */