Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
CianciarusoCataldo committed Jul 23, 2024
1 parent f8c07ad commit 348681b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/types/global/global.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,6 @@ export type MbxSharedProps = MbxAttributes & {
/** callback called when a key is pressed when inside the component */
onKeyDown?: (keyEvent: any) => void;

scl?: string;

features?: Features;
};

Expand Down Expand Up @@ -280,6 +278,8 @@ export type BuilderProps<T = BuilderComponent | BuilderComponent[]> = {

/** Custom additional properties, applied to the component */
addProps?: Record<string, any>;

withBg?: boolean;
};

/**
Expand Down

0 comments on commit 348681b

Please sign in to comment.