Files
yaak-mountain-loop/apps/yaak-client/react-augment.d.ts
T

9 lines
205 B
TypeScript

import "react";
declare module "react" {
interface HTMLAttributes<T> {
// Not in @types/react yet; opts editable elements out of macOS Writing Tools
writingsuggestions?: "true" | "false";
}
}