Cannot import Asset type from package #239
Unanswered
bravokiloecho
asked this question in
Q&A
Replies: 2 comments
-
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to create a reusable component that accepts a video src from the
videos/**
directory.If I define the props like this:
and then use the component like this:
I get the following typescript warning:
Is there any way to import the
Asset
type to use as a prop type in a custom component?Beta Was this translation helpful? Give feedback.
All reactions