UNPKG

@fluentui/react-northstar

Version:
5 lines (4 loc) 186 B
export var getKindProp = function getKindProp(item, defaultValue) { return typeof item === 'object' && item.kind ? item.kind : defaultValue; }; //# sourceMappingURL=getKindProp.js.map