提交
This commit is contained in:
24
甲情_甲意/miniprogram/node_modules/antd-mini/less/Container/props.d.ts
generated
vendored
Normal file
24
甲情_甲意/miniprogram/node_modules/antd-mini/less/Container/props.d.ts
generated
vendored
Normal file
@ -0,0 +1,24 @@
|
||||
import { IBaseProps } from '../_util/base';
|
||||
/**
|
||||
* @description 容器,依据最佳实践统一了元素的间距、圆角,并可根据具体情况选择使用 title 内容。
|
||||
*/
|
||||
export interface IContainerProps extends IBaseProps {
|
||||
/**
|
||||
* @description 标题
|
||||
*/
|
||||
title?: string;
|
||||
/**
|
||||
* @description 标题是否在容器内
|
||||
* @default true
|
||||
*/
|
||||
headerInBox?: boolean;
|
||||
/**
|
||||
* @description 类名
|
||||
*/
|
||||
className?: string;
|
||||
/**
|
||||
* @description 样式
|
||||
*/
|
||||
style?: string;
|
||||
}
|
||||
export declare const ContainerDefaultProps: IContainerProps;
|
Reference in New Issue
Block a user