UNPKG

@sitecore/sc-contenthub-webclient-sdk

Version:

Sitecore Content Hub WebClient SDK.

11 lines (10 loc) 311 B
import URI from "urijs"; export default class Link { href: string; title: string; templated: boolean; constructor(uri: string | URI, title?: string, templated?: boolean); getVariableValue(template: Link, variable: string): string; static copyFrom(source: Link): Link; } export { Link };