[Video] Add loading state to player (#5149)

This commit is contained in:
Hailey 2024-09-04 16:46:01 -07:00 committed by GitHub
parent 76f493c279
commit 2556698427
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 250 additions and 116 deletions

View file

@ -19,6 +19,7 @@ export const sizes = {
md: 20,
lg: 24,
xl: 28,
'2xl': 32,
}
export function useCommonSVGProps(props: Props) {