All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.es.hooks.useBaseProps.js Maven / Gradle / Ivy

The newest version!
/**
 * BaseSelect provide some parsed data into context.
 * You can use this hooks to get them.
 */

import * as React from 'react';
export var BaseSelectContext = /*#__PURE__*/React.createContext(null);
export default function useBaseProps() {
  return React.useContext(BaseSelectContext);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy