UNPKG

slightning-coco-widget

Version:

SLIGHTNING 的 CoCo 控件框架。

3 lines (2 loc) 159 B
import type { ReactNode } from 'react'; export declare function traverseReactNode(children: ReactNode, fn: (child: ReactNode, index: number) => void): void;