UNPKG

react-toolbox-legacy

Version:

Unofficial fork of the react-toolbox package, compatible with React v16

4 lines (3 loc) 122 B
export function isComponentOfType (classType, reactElement) { return reactElement && reactElement.type === classType; }