UNPKG

mt-flowbite-react

Version:

Official React components built for Flowbite and Tailwind CSS

4 lines (3 loc) 253 B
import { ComTree, StateNode } from '../../validations/render'; export declare function findChildrenById(root: ComTree | null, targetId: number): ComTree | null; export declare function findNodeById(root: StateNode | null, id: string): StateNode | null;