UNPKG

@ftrack/react-toolbox

Version:

A set of React components implementing Google's Material Design specification with the power of CSS Modules.

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