mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-07-18 19:12:17 +01:00
Add custom type definition for link-text
This commit is contained in:
Vendored
+6
@@ -0,0 +1,6 @@
|
||||
declare module 'link-text' {
|
||||
type Attributes = {
|
||||
[key: string]: string;
|
||||
}
|
||||
export default function (value: string, attributes: Attributes): string
|
||||
}
|
||||
Reference in New Issue
Block a user