Skip to content
On this page

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

CustomizeCssProps type

Signature:

typescript
type CustomizeCssProps = {
    isCustomizeCss?: boolean;
    customizeCss?: string;
};