Appearance
Home > @plaidev/karte-action-sdk > CustomizeCssProps
CustomizeCssProps type
Signature:
typescript
type CustomizeCssProps = {
isCustomizeCss?: boolean;
customizeCss?: string;
};