mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-12-29 06:14:04 +00: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 { IconName } from '../fork-awesome/fork-awesome-icon'
|
||||
|
||||
export interface GeneralLinkProp {
|
||||
interface GeneralLinkProp {
|
||||
href: string
|
||||
icon?: IconName
|
||||
id?: string
|
||||
|
|
Loading…
Reference in a new issue