Skip to content

Commit

Permalink
feat(ui5-message-strip): convert to Typescript (#6248)
Browse files Browse the repository at this point in the history
  • Loading branch information
MapTo0 authored and s-todorova committed Jan 20, 2023
1 parent 1afe7a9 commit 7429aa6
Show file tree
Hide file tree
Showing 3 changed files with 246 additions and 256 deletions.
2 changes: 1 addition & 1 deletion packages/main/src/Input.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import slot from "@ui5/webcomponents-base/dist/decorators/slot.js";
import event from "@ui5/webcomponents-base/dist/decorators/event.js";
import customElement from "@ui5/webcomponents-base/dist/decorators/customElement.js";
import languageAware from "@ui5/webcomponents-base/dist/decorators/languageAware.js";
import type { ClassMap } from "@ui5/webcomponents-base/src/types.js";
import type { ClassMap } from "@ui5/webcomponents-base/dist/types.js";
import litRender from "@ui5/webcomponents-base/dist/renderer/LitRenderer.js";
import ResizeHandler from "@ui5/webcomponents-base/dist/delegate/ResizeHandler.js";
import {
Expand Down
255 changes: 0 additions & 255 deletions packages/main/src/MessageStrip.js

This file was deleted.

Loading

0 comments on commit 7429aa6

Please sign in to comment.