Type alias DrawerProps

DrawerProps: {
    anchor?: "left" | "right" | "top" | "bottom";
} & Omit<ModalProps, "anchor">

Type declaration

  • Optional anchor?: "left" | "right" | "top" | "bottom"

Generated using TypeDoc