@postnord/web-components
Version:
PostNord Web Components
12 lines (10 loc) • 340 B
TypeScript
import type { Components, JSX } from "../types/components";
interface PnInputChip extends Components.PnInputChip, HTMLElement {}
export const PnInputChip: {
prototype: PnInputChip;
new (): PnInputChip;
};
/**
* Used to define this component and all nested components recursively.
*/
export const defineCustomElement: () => void;