UNPKG

vtex

Version:

The platform for e-commerce apps

6 lines (5 loc) 126 B
interface TableOptions { head?: string[]; } export declare const createTable: (options?: TableOptions) => any; export {};