UNPKG

ideaz-element

Version:

<p align="center"> <a href="" target="_blank" rel="noopener noreferrer"> <img src="./docs/public/logo.svg" alt="Ideaz Element" width="180" style="width: 180px;" /> </a> </p>

1 lines 1.06 kB
{"version":3,"file":"props.cjs","sources":["../../../../../packages/element/row/src/props.ts"],"sourcesContent":["import type { ExtractPropTypes } from 'vue'\n\nexport const RowJustify = [\n 'start',\n 'center',\n 'end',\n 'space-around',\n 'space-between',\n 'space-evenly',\n] as const\n\nexport const RowAlign = ['top', 'middle', 'bottom'] as const\n\nexport const rowProps = {\n tag: {\n type: String,\n default: 'div',\n },\n gutter: {\n type: Number,\n default: 0,\n },\n justify: {\n type: String,\n values: RowJustify,\n default: 'start',\n },\n align: {\n type: String,\n values: RowAlign,\n default: 'top',\n },\n}\n\nexport type RowProps = ExtractPropTypes<typeof rowProps>\n"],"names":["RowJustify","RowAlign","rowProps"],"mappings":"gFAEO,MAAAA,EAAA,CAAmB,QACxB,SACA,MACA,eACA,gBACA,cAEF,EAEOC,EAAA,CAAA,MAAA,SAAA,QAAA,EAEAC,EAAA,CAAiB,IAAA,CACjB,KAAA,OACG,QAAA,KACG,EACX,OAAA,CACQ,KAAA,OACA,QAAA,CACG,EACX,QAAA,CACS,KAAA,OACD,OAAAF,EACE,QAAA,OACC,EACX,MAAA,CACO,KAAA,OACC,OAAAC,EACE,QAAA,KACC,CAEb"}