first commit
This commit is contained in:
13
frontend/node_modules/rc-dialog/es/Dialog/Content/index.d.ts
generated
vendored
Normal file
13
frontend/node_modules/rc-dialog/es/Dialog/Content/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
import * as React from 'react';
|
||||
import type { PanelProps, ContentRef } from './Panel';
|
||||
export type ContentProps = {
|
||||
motionName: string;
|
||||
ariaId: string;
|
||||
onVisibleChanged: (visible: boolean) => void;
|
||||
} & PanelProps;
|
||||
declare const Content: React.ForwardRefExoticComponent<{
|
||||
motionName: string;
|
||||
ariaId: string;
|
||||
onVisibleChanged: (visible: boolean) => void;
|
||||
} & PanelProps & React.RefAttributes<ContentRef>>;
|
||||
export default Content;
|
||||
Reference in New Issue
Block a user