UNPKG

@oku-ui/motion

Version:

A tiny, performant animation library for VueJS

4 lines (3 loc) 258 B
export declare function unwrapProps<T extends Record<string, any>>(props: T): T; export declare function convertFalseToUndefined<T extends Record<string, any>>(props: T): T; export declare function transformProps<T extends Record<string, any>>(props: T): T;