[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
5 changed files with 250 additions and 116 deletions
+1
View File
@@ -19,6 +19,7 @@ export const sizes = {
md: 20,
lg: 24,
xl: 28,
'2xl': 32,
}
export function useCommonSVGProps(props: Props) {