2 lines
50 B
Plaintext
2 lines
50 B
Plaintext
export type Vibrate = (duration: number) => void;
|
export type Vibrate = (duration: number) => void;
|