content-link.d.ts 89 B

123456
  1. export interface ContentLink {
  2. rel: string;
  3. target: string;
  4. text?: string;
  5. }