Skip to content
This repository was archived by the owner on Feb 21, 2023. It is now read-only.

Commit 2683c74

Browse files
authored
Update reactblockui.d.ts
1 parent f75e0eb commit 2683c74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/reactblockui.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export type BlockUiProps<T = {}> = React.HTMLAttributes<HTMLElement> & {
88
className?: string,
99
message?: string | React.ReactNode,
1010
loader?: ((...args: any[]) => any) | string | React.ReactNode,
11-
tag?: React.ReactType,
11+
tag?: React.ReactType | string,
1212
} & T;
1313

1414
declare class BlockUi<T = { [key: string]: any }> extends React.Component<BlockUiProps<T>> { }

0 commit comments

Comments
 (0)