Skip to content

@drawerly/react / DrawerlyOptions

DrawerlyOptions<TDrawerOptions>

Configuration options for createDrawerly.

Type Parameters

TDrawerOptions

TDrawerOptions extends ReactDrawerOptions = ReactDrawerOptions

Properties

defaultOptions?

ts
optional defaultOptions: Partial<DrawerOptionsWithoutKey<TDrawerOptions>>;

Global default options applied to new drawers.

Released under the MIT License.