Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
sepidnes
/
pythonic-rag-FastAPIReact
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
c9f9088
pythonic-rag-FastAPIReact
/
frontend
/
node_modules
/
@mui
/
utils
/
isMuiElement
/
isMuiElement.d.ts
sepidnes
Add RAG implementation with backend, frontend and aimakerspace
56fda74
11 months ago
raw
Copy download link
history
blame
90 Bytes
export
default
function
isMuiElement
(
element:
any
, muiNames:
readonly
string
[]
):
boolean
;