Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
raw
history blame
218 Bytes
import { useRequestInfo } from './useRequestInfo'
/**
* @returns an object with the client hints and their values
*/
export function useHints() {
const requestInfo = useRequestInfo()
return requestInfo?.hints
}