UNPKG

@vtex/admin-ui

Version:

> VTEX admin component library

5 lines (4 loc) 174 B
export declare const useAnimatedList: () => { itemRef: (id: string) => (ref: HTMLElement | null) => void; remove: (id: string, onAnimate: () => void) => void; };