mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 21:05:19 +00:00
refactor: move component into a single package (#898)
This commit is contained in:
8
packages/component/src/ui/table/interface.ts
Normal file
8
packages/component/src/ui/table/interface.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import { CSSProperties } from 'react';
|
||||
|
||||
export type TableCellProps = {
|
||||
align?: 'left' | 'right' | 'center';
|
||||
ellipsis?: boolean;
|
||||
proportion?: number;
|
||||
style?: CSSProperties;
|
||||
};
|
||||
Reference in New Issue
Block a user