We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29a22ed commit 2cc1e61Copy full SHA for 2cc1e61
elements/src/components.d.ts
@@ -5,6 +5,8 @@
5
* It contains typing information for all components that exist in this project.
6
*/
7
import { HTMLStencilElement, JSXBase } from "@stencil/core/internal";
8
+import { Thing } from "@pod-os/core";
9
+export { Thing } from "@pod-os/core";
10
export namespace Components {
11
interface PosAddLiteralValue {
12
}
elements/src/components/pos-rich-link/pos-rich-link.integration.spec.tsx
@@ -6,7 +6,6 @@ import { PosLabel } from '../pos-label/pos-label';
import { PosResource } from '../pos-resource/pos-resource';
import { PosRichLink } from './pos-rich-link';
import { when } from 'jest-when';
-import { Component, h } from '@stencil/core';
describe('pos-rich-link', () => {
let os;
0 commit comments