feat(SW-213): Use camelCase as prop
This commit is contained in:
@@ -18,7 +18,9 @@ export type CardsGridProps = Pick<CardsGrid, "cards_grid"> & {
|
||||
firstItem?: boolean
|
||||
}
|
||||
|
||||
export type TextColsProps = Pick<TextCols, "text_cols">
|
||||
export type TextColsProps = {
|
||||
textCols: TextCols["text_cols"]
|
||||
}
|
||||
|
||||
export type DynamicContentProps = {
|
||||
dynamicContent: DynamicContent["dynamic_content"]
|
||||
|
||||
Reference in New Issue
Block a user