@drawerly/react / DrawerOptionsWithoutKey
DrawerOptionsWithoutKey<TDrawerOptions>
ts
type DrawerOptionsWithoutKey<TDrawerOptions> = Omit<TDrawerOptions, "drawerKey">;Drawer options without the drawerKey field.
Type Parameters
TDrawerOptions
TDrawerOptions extends DrawerOptions = DrawerOptions