UNPKG

@instructure/canvas-rce

Version:

A component wrapping Canvas's usage of Tinymce

8 lines (7 loc) 395 B
import BaseLinkContentItem from './BaseLinkContentItem'; import { RceLti13ContentItemContext } from '../RceLti13ContentItem'; import { LinkContentItemJson } from '../Lti13ContentItemJson'; export default class LinkContentItem extends BaseLinkContentItem<LinkContentItemJson> { static readonly type = "link"; constructor(json: LinkContentItemJson, context: RceLti13ContentItemContext); }