Skip to content

@drawerly/react / DrawerDefaultOptions

DrawerDefaultOptions<TDrawerOptions> ​

ts
type DrawerDefaultOptions<TDrawerOptions> = Partial<DrawerOptionsWithoutKey<TDrawerOptions>>;

Default options applied to new drawers.

Type Parameters ​

TDrawerOptions ​

TDrawerOptions extends DrawerOptions = DrawerOptions

Released under the MIT License.