mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-19 09:45:37 -04:00
removed unnecessary export of GeneralLinkProp (#569)
This commit is contained in:
parent
d57f6577a5
commit
b772a0ab8f
1 changed files with 1 additions and 1 deletions
2
src/components/common/links/types.d.ts
vendored
2
src/components/common/links/types.d.ts
vendored
|
@ -1,7 +1,7 @@
|
||||||
import { StringMap, TOptionsBase } from 'i18next'
|
import { StringMap, TOptionsBase } from 'i18next'
|
||||||
import { IconName } from '../fork-awesome/fork-awesome-icon'
|
import { IconName } from '../fork-awesome/fork-awesome-icon'
|
||||||
|
|
||||||
export interface GeneralLinkProp {
|
interface GeneralLinkProp {
|
||||||
href: string
|
href: string
|
||||||
icon?: IconName
|
icon?: IconName
|
||||||
id?: string
|
id?: string
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue