UNPKG

vexip-ui

Version:

A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good

1 lines 787 B
{"version":3,"file":"props.mjs","sources":["../../../components/card/props.ts"],"sourcesContent":["import { buildProps, styleProp } from '@vexip-ui/config'\n\nimport type { ExtractPropTypes, PropType } from 'vue'\nimport type { ConfigurableProps } from '@vexip-ui/config'\nimport type { CardShadowType, CardSlots } from './symbol'\n\nexport const cardProps = buildProps({\n title: String,\n shadow: String as PropType<CardShadowType>,\n contentStyle: styleProp,\n slots: Object as PropType<CardSlots>,\n})\n\nexport type CardProps = ExtractPropTypes<typeof cardProps>\nexport type CardCProps = ConfigurableProps<CardProps>\n"],"names":["cardProps","buildProps","styleProp"],"mappings":";AAMO,MAAMA,IAAYC,EAAW;AAAA,EAClC,OAAO;AAAA,EACP,QAAQ;AAAA,EACR,cAAcC;AAAA,EACd,OAAO;AACT,CAAC;"}