Skip to content

@drawerly/react / DrawerPredicate

DrawerPredicate<TInstance> ​

ts
type DrawerPredicate<TInstance> = boolean | (instance) => boolean;

Predicate used for drawer behaviors.

Type Parameters ​

TInstance ​

TInstance

Released under the MIT License.