UNPKG

@smartface/contx

Version:
11 lines 266 B
/** * Removes specified component's children from context * * @param {string} name - Context name of the root component * @param {Object} component - Specified component * * @returns {Object} */ export default function removeChildren(): { type: string; }