Skip to content

@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

Released under the MIT License.