UNPKG

react-ui-animate

Version:
4 lines (3 loc) 237 B
import type { Descriptor } from './types'; export declare function filterCallbackOptions(options: Record<string, any> | undefined, attach: boolean): Record<string, any>; export declare function isDescriptor(x: unknown): x is Descriptor;