Fork `link-text` module
parent
d9381c543e
commit
f04c65088b
@ -0,0 +1,9 @@
|
|||||||
|
declare namespace LinkText {
|
||||||
|
type Attributes = {
|
||||||
|
[key: string]: string;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
declare function linkText(value: string, attributes: LinkText.Attributes): string;
|
||||||
|
|
||||||
|
export = linkText;
|
@ -1,6 +0,0 @@
|
|||||||
declare module 'link-text' {
|
|
||||||
type Attributes = {
|
|
||||||
[key: string]: string;
|
|
||||||
}
|
|
||||||
export default function (value: string, attributes: Attributes): string
|
|
||||||
}
|
|
Loading…
Reference in New Issue