Fork link-text
module
This commit is contained in:
parent
d9381c543e
commit
f04c65088b
4 changed files with 57 additions and 7 deletions
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 =>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue