Files
jindengchen-ai-report/cool-unix/uni_modules/cool-ui/components/cl-col/props.ts

13 lines
199 B
TypeScript
Raw Normal View History

2025-11-13 10:36:23 +08:00
export type ClColPassThrough = {
className?: string;
};
export type ClColProps = {
className?: string;
pt?: ClColPassThrough;
span?: number;
offset?: number;
push?: number;
pull?: number;
};