@gechiui/components
Version:
UI components for GeChiUI.
13 lines • 385 B
TypeScript
/**
* External dependencies
*/
import type { ReactNode, ReactNodeArray } from 'react';
/**
* Gets a collection of available children elements from a React component's children prop.
*
* @param children
*
* @return An array of available children.
*/
export declare function getValidChildren(children: ReactNode): ReactNodeArray;
//# sourceMappingURL=get-valid-children.d.ts.map