UNPKG

motion

Version:

The Motion library for the web

3 lines (2 loc) 133 B
export declare function addUniqueItem<T>(array: T[], item: T): void; export declare function removeItem<T>(arr: T[], item: T): void;