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

Commit 84dcc02

Browse files
authored
Update reactblockui.d.ts
1 parent 84153c0 commit 84dcc02

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?: (...args: any[]) => any | string,
11+
tag?: ((...args: any[]) => any) | string,
1212
} & T;
1313

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

0 commit comments

Comments
 (0)