init
This commit is contained in:
16
uni_modules/nutui-uni/components/cellgroup/cellgroup.ts
Normal file
16
uni_modules/nutui-uni/components/cellgroup/cellgroup.ts
Normal file
@@ -0,0 +1,16 @@
|
||||
import type { ExtractPropTypes } from 'vue'
|
||||
import { commonProps } from '../_utils'
|
||||
|
||||
export const cellgroupProps = {
|
||||
...commonProps,
|
||||
/**
|
||||
* @description 标题名称
|
||||
*/
|
||||
title: String,
|
||||
/**
|
||||
* @description 右侧描述
|
||||
*/
|
||||
desc: String,
|
||||
}
|
||||
|
||||
export type CellGroupProps = ExtractPropTypes<typeof cellgroupProps>
|
||||
Reference in New Issue
Block a user