UNPKG

@conductionnl/nl-design-system

Version:

NL design system components created by Conduction

8 lines (7 loc) 232 B
/// <reference types="react" /> interface waardepapierenTableProps { rows: Array<Record<any, any>>; fileFunction: any; } export declare const WaardepapierenTable: (props: waardepapierenTableProps) => JSX.Element; export {};