UNPKG

@twistezo/react-text-scramble

Version:
3 lines (2 loc) 138 B
export declare const randomItem: (array: Array<any>) => any; export declare const nextItem: (array: Array<any>, currentItem: any) => any;