@revolist/revogrid
Version:
Virtual reactive data grid spreadsheet component - RevoGrid.
12 lines (10 loc) • 365 B
TypeScript
import type { Components, JSX } from "../dist/types/components";
interface RevogrTempRange extends Components.RevogrTempRange, HTMLElement {}
export const RevogrTempRange: {
prototype: RevogrTempRange;
new (): RevogrTempRange;
};
/**
* Used to define this component and all nested components recursively.
*/
export const defineCustomElement: () => void;