@govbr-ds/webcomponents
Version:
Biblioteca de Web Components baseado no GovBR-DS
12 lines (10 loc) • 335 B
TypeScript
import type { Components, JSX } from "../types/components";
interface BrTableRow extends Components.BrTableRow, HTMLElement {}
export const BrTableRow: {
prototype: BrTableRow;
new (): BrTableRow;
};
/**
* Used to define this component and all nested components recursively.
*/
export const defineCustomElement: () => void;