Skip to content
This repository was archived by the owner on Jan 8, 2026. It is now read-only.

Latest commit

 

History

History
22 lines (13 loc) · 522 Bytes

File metadata and controls

22 lines (13 loc) · 522 Bytes

Home > @datashaper/app-framework > useTableBundle

useTableBundle() function

Signature:

export declare function useTableBundle(name: string | undefined): TableBundle | undefined;

Parameters

Parameter Type Description
name string | undefined

Returns:

TableBundle | undefined