1
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
import type { CSSMotionProps } from '@rc-component/motion';
|
||||
import * as React from 'react';
|
||||
export interface MaskProps {
|
||||
prefixCls: string;
|
||||
open?: boolean;
|
||||
zIndex?: number;
|
||||
mask?: boolean;
|
||||
motion?: CSSMotionProps;
|
||||
mobile?: boolean;
|
||||
}
|
||||
export default function Mask(props: MaskProps): React.JSX.Element;
|
||||
Reference in New Issue
Block a user