export const tableWidgetSchema = type("<t>", {
records: "t[]",
});
export type TableWidgetProps = typeof tableWidgetSchema.inferOut; // ?
export const tableWidgetSchema = type("<t>", {
records: "t[]",
});
export type TableWidgetProps = typeof tableWidgetSchema.inferOut; // ?