6 lines
151 B
TypeScript
6 lines
151 B
TypeScript
export * from './table';
|
|
export * from './table-cell';
|
|
export * from './table-properties';
|
|
export * from './table-row';
|
|
export * from './table-width';
|