Skip to content
On this page

Home > @plaidev/karte-action-sdk > CountDownValueProps

CountDownValueProps type

Signature:

typescript
type CountDownValueProps = LayerTextProps & {
    type: CountDownValueType;
};

References: LayerTextProps, CountDownValueType