[improvement] default props in tsx (#2789)
This commit is contained in:
@@ -6,7 +6,7 @@ import { CreateElement, RenderContext } from 'vue/types';
|
||||
import { DefaultSlots } from '../utils/use/sfc';
|
||||
|
||||
export type CellGroupProps = {
|
||||
border?: boolean
|
||||
border: boolean
|
||||
};
|
||||
|
||||
const [sfc, bem] = use('cell-group');
|
||||
|
||||
Reference in New Issue
Block a user