UNPKG

alpha-version-dce-check-in-ui

Version:

UI for taking attendance and checking people in.

12 lines (11 loc) 225 B
/** * Drawer container * @author Gabe Abrams */ import React from 'react'; type Props = { customBackgroundColor?: string; children: React.ReactNode; }; declare const Drawer: React.FC<Props>; export default Drawer;