UNPKG

@daysnap/horn-ui

Version:

hron ui

9 lines (6 loc) 229 B
import type { ExtractPropTypes } from 'vue' import { makeStringProp } from '../utils' export const horCellGroupProps = { title: makeStringProp(''), } export type HorCellGroupProps = ExtractPropTypes<typeof horCellGroupProps>