小程序初始提交
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
import type { PassThroughProps } from "../../types";
|
||||
|
||||
export type ClCountdownPassThrough = {
|
||||
className?: string;
|
||||
text?: PassThroughProps;
|
||||
splitor?: PassThroughProps;
|
||||
};
|
||||
|
||||
export type ClCountdownProps = {
|
||||
className?: string;
|
||||
pt?: ClCountdownPassThrough;
|
||||
format?: string;
|
||||
hideZero?: boolean;
|
||||
day?: number;
|
||||
hour?: number;
|
||||
minute?: number;
|
||||
second?: number;
|
||||
datetime?: Date | string;
|
||||
auto?: boolean;
|
||||
};
|
||||
Reference in New Issue
Block a user