feat(Popup): add close-icon-position prop (#4507)

This commit is contained in:
neverland
2019-09-19 17:14:14 +08:00
committed by GitHub
parent 68da81a51a
commit 971b218873
18 changed files with 139 additions and 58 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
export type GetContainer = () => HTMLElement;
export type GetContainer = () => Element;
export type PopupMixinProps = {
value: boolean;