import { default as React } from 'react'; import * as DrawerPrimitive from '@radix-ui/react-dialog'; export type TriggerProps = Omit, 'asChild' | 'children'> & { children: React.ReactElement; }; /** * The trigger for the drawer. * The children of this component will be used as the trigger. * Normally a plain `