小程序初始提交
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
import type { PassThroughProps } from "../../types";
|
||||
|
||||
export type ClLoadmorePassThrough = {
|
||||
className?: string;
|
||||
icon?: PassThroughProps;
|
||||
text?: PassThroughProps;
|
||||
};
|
||||
|
||||
export type ClLoadmoreProps = {
|
||||
className?: string;
|
||||
pt?: ClLoadmorePassThrough;
|
||||
loading?: boolean;
|
||||
loadingText?: string;
|
||||
finish?: boolean;
|
||||
finishText?: string;
|
||||
safeAreaBottom?: boolean;
|
||||
};
|
||||
Reference in New Issue
Block a user