[improvement] Actionsheet: tsx (#2807)
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
export type GetContainer = (container: HTMLElement) => void;
|
||||
|
||||
export type PopupMixinProps = {
|
||||
value: boolean;
|
||||
zIndex: string | number;
|
||||
overlay?: boolean;
|
||||
lockScroll: boolean;
|
||||
lazyRender: boolean;
|
||||
overlayClass?: any;
|
||||
overlayStyle?: object | object[];
|
||||
getContainer?: string | GetContainer;
|
||||
closeOnClickOverlay?: boolean;
|
||||
};
|
||||
Reference in New Issue
Block a user