UNPKG

@appbuckets/react-ui-core

Version:

Core utilities built for AppBuckets React UI Framework

6 lines (5 loc) 193 B
import * as React from 'react'; export default function handleClassNamesChange<E extends HTMLElement>( ref: React.RefObject<E> | null, components: Set<React.Component> | undefined ): void;