You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
InternshipProject/node_modules/rc-dialog/es/Dialog/Mask.d.ts

10 lines
287 B

import * as React from 'react';
export declare type MaskProps = {
prefixCls: string;
visible: boolean;
motionName?: string;
style?: React.CSSProperties;
maskProps?: React.HTMLAttributes<HTMLDivElement>;
};
export default function Mask(props: MaskProps): JSX.Element;