UNPKG

tailwindcss-animation-property

Version:
5 lines (4 loc) 392 B
export declare const expandArray: <T extends string | number>(arr: T[], append?: string, inKey?: boolean, transform?: (v: T) => T) => Record<string, string>; export declare const distinctionMsAndS: (list: Array<string>) => number[][]; export declare const range: (start: number, end: number) => Array<number>; export declare const unique: (list1: Array<any>, list2: Array<any>) => any[];