InterfaceToTable README
typescript 转 Markdown 表格
before
export interface IProps {
/** 是否为整个页面的loading */
isGlobal?: boolean;
/** style */
style?: any;
}
after
属性 |
类型 |
默认值 |
必填 |
描述 |
isGlobal |
boolean |
- |
✗ |
是否为整个页面的loading |
style |
any |
- |
✗ |
style |
转换步骤
- 选中需要转换的interface
- command + shift + p
- 输入 interface to table
| |