// Copyright (c) Meta Platforms, Inc. and affiliates.

/**
 * @file index.ts
 * @input Drawer.tsx
 * @output Re-exports Drawer component and DrawerProps type
 * @position Lab entry point for the Drawer directory
 */

export {Drawer} from './Drawer';
export type {DrawerProps} from './Drawer';
