[improvement] mixins typescript (#3690)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
export type GetContainer = (container: HTMLElement) => void;
|
||||
export type GetContainer = () => HTMLElement;
|
||||
|
||||
export type PopupMixinProps = {
|
||||
value: boolean;
|
||||
|
||||
Reference in New Issue
Block a user