小程序初始提交
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
import type { ClActionSheetItem, ClActionSheetOptions, PassThroughProps } from "../../types";
|
||||
|
||||
export type ClActionSheetPassThrough = {
|
||||
className?: string;
|
||||
item?: PassThroughProps;
|
||||
list?: PassThroughProps;
|
||||
};
|
||||
|
||||
export type ClActionSheetProps = {
|
||||
className?: string;
|
||||
pt?: ClActionSheetPassThrough;
|
||||
};
|
||||
Reference in New Issue
Block a user