From 4d44d1dfbade84293772cba946e68e9542a26ec7 Mon Sep 17 00:00:00 2001 From: bplok20010 Date: Sat, 2 May 2020 23:46:48 +0800 Subject: [PATCH] Modified README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d9918e..f1715ad 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ interface PopupProps { className?: string; rootClassName?: string; rootStyle: React.CSSProperties; - rootProps: React.HTMLAttributes; + rootProps: React.HTMLAttributes; fixed?: boolean; visible: boolean;