UNPKG

react-awesome-reveal

Version:

React components to add reveal animations using the Intersection Observer API and CSS Animations.

3 lines (2 loc) 161 B
export declare function isNullable(a: unknown): a is null | undefined; export declare function isStringLike(value: unknown): value is string | number | boolean;