Skip to content

Commit

Permalink
Updated generated types
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 27, 2024
1 parent 6eef7ed commit 60d57e2
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion src/generated/AllAttributes.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { ValueSets } from "./ValueSets";
import type { ValueSets } from "./ValueSets";
export interface AllAttributes {
/**
* This attribute contains a short abbreviated description of the cell's content. Some user-agents, such as speech readers, may present this description before the content itself.
Expand Down
4 changes: 2 additions & 2 deletions src/generated/HTMLElements.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// file generated from @vscode/web-custom-data 0.4.9
// HTML Data Version 1.1
import { AllAttributes } from "./AllAttributes";
import { ValueSets } from "./ValueSets";
import type { AllAttributes } from "./AllAttributes";
import type { ValueSets } from "./ValueSets";
import { GlobalEvents, WindowEvents } from "../Events";
import { DataGlobalAttributes } from "../DataGlobalAttributes";
interface GlobalAttributes
Expand Down
4 changes: 2 additions & 2 deletions src/generated/MathMLElements.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// file generated from @michijs/vscode-mathml 1.0.3
// HTML Data Version 1.1
import { AllAttributes } from "./AllAttributes";
import { ValueSets } from "./ValueSets";
import type { AllAttributes } from "./AllAttributes";
import type { ValueSets } from "./ValueSets";
import { MathMLEvents } from "../Events";
import { DataGlobalAttributes } from "../DataGlobalAttributes";
interface GlobalAttributes
Expand Down
4 changes: 2 additions & 2 deletions src/generated/SVGElements.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// file generated from @michijs/vscode-svg 2.0.7
// HTML Data Version 1.1
import { AllAttributes } from "./AllAttributes";
import { ValueSets } from "./ValueSets";
import type { AllAttributes } from "./AllAttributes";
import type { ValueSets } from "./ValueSets";
import { SVGEvents } from "../Events";
import { DataGlobalAttributes } from "../DataGlobalAttributes";
interface GlobalAttributes
Expand Down
2 changes: 1 addition & 1 deletion src/generated/ValueSets.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { CSSProperties } from "../types";
import type { CSSProperties } from "../types";

export interface ValueSets {
41?: "ltr" | "rtl";
Expand Down

0 comments on commit 60d57e2

Please sign in to comment.