小程序初始提交
This commit is contained in:
14
cool-unix/uni_modules/cool-ui/components/cl-footer/props.ts
Normal file
14
cool-unix/uni_modules/cool-ui/components/cl-footer/props.ts
Normal file
@@ -0,0 +1,14 @@
|
||||
import type { PassThroughProps } from "../../types";
|
||||
|
||||
export type ClFooterPassThrough = {
|
||||
className?: string;
|
||||
content?: PassThroughProps;
|
||||
wrapper?: PassThroughProps;
|
||||
};
|
||||
|
||||
export type ClFooterProps = {
|
||||
className?: string;
|
||||
pt?: ClFooterPassThrough;
|
||||
minHeight?: number;
|
||||
vt?: number;
|
||||
};
|
||||
Reference in New Issue
Block a user