UNPKG

@xyo-network/react-node

Version:

Common React library for all XYO projects that use React

7 lines 315 B
import type { DrawerProps } from '@mui/material'; import type { PropsWithChildren } from 'react'; import React from 'react'; export interface NodeDrawerProps extends PropsWithChildren, Omit<DrawerProps, 'open'> { } export declare const NodeDrawer: React.FC<NodeDrawerProps>; //# sourceMappingURL=NodeDrawer.d.ts.map