小程序初始提交
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
import type { PassThroughProps } from "../../types";
|
||||
import type { ClPopupProps } from "../cl-popup/props";
|
||||
|
||||
export type ClKeyboardCarPassThrough = {
|
||||
className?: string;
|
||||
item?: PassThroughProps;
|
||||
value?: PassThroughProps;
|
||||
popup?: ClPopupProps;
|
||||
};
|
||||
|
||||
export type ClKeyboardCarProps = {
|
||||
className?: string;
|
||||
pt?: ClKeyboardCarPassThrough;
|
||||
modelValue?: string;
|
||||
title?: string;
|
||||
placeholder?: string;
|
||||
maxlength?: number;
|
||||
showValue?: boolean;
|
||||
inputImmediate?: boolean;
|
||||
};
|
||||
Reference in New Issue
Block a user