antd-mini
Version:
antd-mini 是支付宝小程序 UI 组件库,遵循 Ant Design 规范。
26 lines (25 loc) • 519 B
JavaScript
import { ContainerDefaultProps } from './props';
import '../_util/assert-component2';
Component({
properties: {
title: {
type: String,
},
className: {
type: String,
},
style: {
type: String,
},
headerInBox: {
value: true,
type: Boolean,
},
},
options: {
//@ts-ignore
multipleSlots: true,
styleIsolation: 'shared',
},
props: ContainerDefaultProps,
});