xloss
Version:
Frontend web package built with TypeScript
14 lines (13 loc) • 319 B
TypeScript
/**
* XLoss Demo Component
* Demonstrates the anti-scraping functionality
*/
export declare class XLossDemoComponent {
private container;
constructor();
/**
* Renderiza el componente de demostración de XLoss
* @returns {HTMLElement} El elemento DOM creado
*/
render(): HTMLElement;
}