readme update
This commit is contained in:
parent
400dd728ea
commit
041e0da054
@ -107,9 +107,9 @@ npm start
|
|||||||
| TaskListHeader | | Specifies the task list Header view |
|
| TaskListHeader | | Specifies the task list Header view |
|
||||||
| TaskListTable | | Specifies the task list Table view |
|
| TaskListTable | | Specifies the task list Table view |
|
||||||
|
|
||||||
- TooltipContent: [\*\*`React.FC<{ task: Task; fontSize: string; fontFamily: string; }>;`](https://github.com/MaTeMaTuK/gantt-task-react/blob/07dfeddd4d96ecc418619cad9cd9ba3c31bb82a8/src/components/Other/tooltip.tsx#L47)
|
- TooltipContent: [`React.FC<{ task: Task; fontSize: string; fontFamily: string; }>;`](https://github.com/MaTeMaTuK/gantt-task-react/blob/07dfeddd4d96ecc418619cad9cd9ba3c31bb82a8/src/components/Other/tooltip.tsx#L47)
|
||||||
- TaskListHeader: React.SFC<{ headerHeight: number; rowWidth: string; fontFamily: string; fontSize: string;}>;
|
- TaskListHeader: `React.SFC<{ headerHeight: number; rowWidth: string; fontFamily: string; fontSize: string;}>;`
|
||||||
- TaskListTable: React.SFC<{ rowHeight: number; rowWidth: string; fontFamily: string; fontSize: string; locale: string; tasks: Task[]; }>;
|
- TaskListTable: `React.SFC<{ rowHeight: number; rowWidth: string; fontFamily: string; fontSize: string; locale: string; tasks: Task[]; }>;`
|
||||||
|
|
||||||
### Task
|
### Task
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user