UNPKG

react-native-web-headroom

Version:
10 lines (7 loc) 204 B
/* @flow */ const getStateKey = function(elementKey: ?string): string { return elementKey === null || elementKey === undefined ? 'main' : elementKey.toString(); }; export default getStateKey;