Repository URL to install this package:
|
Version:
0.0.15 ▾
|
export declare const isSelected: (x: {
[key: string]: unknown;
isSelected: boolean;
}) => boolean;
export declare const sleep: (time?: number) => Promise<{}>;