liber-salti
Version:
Saltí - Liber Design System
8 lines (7 loc) • 322 B
TypeScript
import React from 'react';
import { SwipeableDrawerProps } from './SwipeableDrawer.types';
/**
* Drawers are containers used for navigation or selections on smaller screen
*/
declare const Drawer: React.ForwardRefExoticComponent<SwipeableDrawerProps & React.RefAttributes<HTMLDivElement>>;
export default Drawer;