Education page finished, improvements to carousel, placeholder content from old website
This commit is contained in:
6
src/interfaces/table.ts
Normal file
6
src/interfaces/table.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export interface tableData {
|
||||
header: string[];
|
||||
columnPadding?: number;
|
||||
rowPadding?: number;
|
||||
rows: Array<Array<any>>;
|
||||
}
|
||||
Reference in New Issue
Block a user