Skip to content
This repository was archived by the owner on Oct 19, 2019. It is now read-only.

Commit 2c8e09f

Browse files
committed
fix: fix ts type
1 parent 034aed8 commit 2c8e09f

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

index.d.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,8 @@ export interface API {
1111

1212
export type Plugin = (api: API) => void;
1313

14-
export default function rxloopDevtools(): Plugin;
14+
export interface Config {
15+
blacklist?: String[],
16+
}
17+
18+
export default function rxloopDevtools(conf?: Config): Plugin;

0 commit comments

Comments
 (0)