UNPKG

123 BTypeScriptView Raw
1export interface CellPropsType {
2 title: string;
3 icon?: string;
4 inlineDesc?: string;
5 showArrow?: boolean;
6}