@wix/design-system
Version:
@wix/design-system
8 lines • 392 B
TypeScript
import React from 'react';
import { DrawerProps } from './Drawer.types';
declare const Drawer: {
({ open, backdrop, renderBackdrop, resizable, margin, onClose, role, ariaLabelledBy, snapPoints, children, dismissible, dataHook, zIndex, scrollable, repositionInputs, }: DrawerProps): React.JSX.Element;
displayName: string;
};
export default Drawer;
//# sourceMappingURL=Drawer.d.ts.map