Appearance
Home > @plaidev/karte-action-sdk > CountDownProps
CountDownProps type
Signature:
typescript
type CountDownProps = CommonProps & {
timeLimit?: string;
onEnd?: OnClickOperation;
};
References: CommonProps