Fork link-text
module
This commit is contained in:
6
ts/@types/link-text/index.d.ts
vendored
6
ts/@types/link-text/index.d.ts
vendored
@@ -1,6 +0,0 @@
|
||||
declare module 'link-text' {
|
||||
type Attributes = {
|
||||
[key: string]: string;
|
||||
}
|
||||
export default function (value: string, attributes: Attributes): string
|
||||
}
|
@@ -1,4 +1,4 @@
|
||||
import linkTextInternal from 'link-text';
|
||||
import linkTextInternal from '../../js/modules/link_text';
|
||||
|
||||
|
||||
export const linkText = (value: string): string =>
|
||||
|
Reference in New Issue
Block a user