Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
amitesh11
/
pose
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
pose
/
web
/
client
/
node_modules
/
@vue
/
test-utils
/
dist
/
utils
/
compileSlots.d.ts
amitesh11
Upload 3019 files
369fac9
verified
about 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
119 Bytes
import
*
as
vue
from
'vue'
;
export
declare
function
processSlot
(
source?:
string
, Vue?:
typeof
vue
):
(
ctx?: {}
) =>
any
;