[improvement] mixins typescript (#3690)

This commit is contained in:
neverland
2019-06-29 11:31:53 +08:00
committed by GitHub
parent 0a79536a05
commit abe3e59bed
17 changed files with 135 additions and 82 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
export type GetContainer = (container: HTMLElement) => void;
export type GetContainer = () => HTMLElement;
export type PopupMixinProps = {
value: boolean;