6 lines
95 B
Plaintext
6 lines
95 B
Plaintext
export default function ({ context }?: {
|
|
context: any;
|
|
}): {
|
|
disengage: () => void;
|
|
};
|