first commit
This commit is contained in:
8
frontend/node_modules/rc-menu/lib/SubMenu/InlineSubMenuList.d.ts
generated
vendored
Normal file
8
frontend/node_modules/rc-menu/lib/SubMenu/InlineSubMenuList.d.ts
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
import * as React from 'react';
|
||||
export interface InlineSubMenuListProps {
|
||||
id?: string;
|
||||
open: boolean;
|
||||
keyPath: string[];
|
||||
children: React.ReactNode;
|
||||
}
|
||||
export default function InlineSubMenuList({ id, open, keyPath, children, }: InlineSubMenuListProps): React.JSX.Element;
|
||||
Reference in New Issue
Block a user