Type Alias TableComponent
TableComponent: { component: "Table"; props: { columns: Record<string, TableColumn>; data: readonly Record<string, unknown>[]; };} Type declaration
component: "Table"
props: {
columns: Record<string, TableColumn>;
data: readonly Record<string, unknown>[];
}