UNPKG

@ozen-ui/kit

Version:

React component library

3 lines (2 loc) 135 B
import type { ReactNode } from 'react'; export declare const isNodeWithDisplayName: (node: ReactNode, displayName: string) => boolean;