Skip to content

@drawerly/react / DrawerPatch

DrawerPatch<TDrawerOptions> ​

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

Partial set of options merged into a drawer.

Type Parameters ​

TDrawerOptions ​

TDrawerOptions extends DrawerOptions = DrawerOptions

Released under the MIT License.