UNPKG

@csvbox/angular2

Version:

Standalone Angular component for csvbox.io supporting Angular version 14 till 19

4 lines (3 loc) 89 B
export interface CSVBoxMethods { onData?: (result: boolean, data: any) => void; }