UNPKG

@daysnap/horn-ui

Version:

hron ui

15 lines (12 loc) 247 B
import type { ExtractPropTypes } from 'vue' export const horPopupProps = { title: { type: String, value: '', }, show: { type: Boolean, value: false, }, } export type HorPopupProps = ExtractPropTypes<typeof horPopupProps>