Skip to content

Commit 56f2dd3

Browse files
committed
Add missing slots to overlay component
Signed-off-by: Zvonimir Fras <zvonimir@zvonimirfras.com>
1 parent 4f25aaf commit 56f2dd3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

player/react/src/lib/components/ui-loading.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ export interface LoadingState {
2121
export const type = 'loading';
2222

2323
export const slots = {
24-
...commonSlots
24+
...commonSlots,
25+
active: 'boolean',
26+
overlay: 'boolean'
2527
};
2628

2729
export const UILoading = ({ state }: {

0 commit comments

Comments
 (0)