UNPKG

@extclp/vexip-ui

Version:

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

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