UNPKG

alpha-version-dce-check-in-ui

Version:

UI for taking attendance and checking people in.

11 lines (8 loc) 177 B
// Import components import CheckInUi from './CheckInUI'; // Import prop types import CheckInUIProps from './types/CheckInUIProps'; export { CheckInUi, CheckInUIProps, };