提交
This commit is contained in:
14
甲情_甲意/miniprogram/node_modules/antd-mini/es/Divider/props.d.ts
generated
vendored
Normal file
14
甲情_甲意/miniprogram/node_modules/antd-mini/es/Divider/props.d.ts
generated
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
import { IBaseProps } from '../_util/base';
|
||||
export interface IDividerProps extends IBaseProps {
|
||||
lineColor: string;
|
||||
lineHeight: number;
|
||||
lineType: 'solid' | 'dashed' | 'dotted';
|
||||
lineWidth: number;
|
||||
text: string;
|
||||
textStyle: string;
|
||||
textClassName: string;
|
||||
textPosition: 'left' | 'center' | 'right';
|
||||
direction: 'horizontal' | 'vertical';
|
||||
}
|
||||
export declare const DividerDefaultProps: Partial<IDividerProps>;
|
||||
export declare const DividerFunctionalProps: Partial<IDividerProps>;
|
Reference in New Issue
Block a user