Skip to content

@drawerly/react / createDrawerly

createDrawerly()

ts
function createDrawerly<TDrawerOptions>(options?): Drawerly<TDrawerOptions>;

Creates a Drawerly instance.

Type Parameters

TDrawerOptions

TDrawerOptions extends ReactDrawerOptions = ReactDrawerOptions

Parameters

options?

DrawerlyOptions<TDrawerOptions>

Returns

Drawerly<TDrawerOptions>

Released under the MIT License.