feat(SW-66, SW-348): search functionality and ui
This commit is contained in:
10
types/enums/blocks.ts
Normal file
10
types/enums/blocks.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
export namespace BlocksEnums {
|
||||
export const enum block {
|
||||
CardsGrid = "CardsGrid",
|
||||
Content = "Content",
|
||||
DynamicContent = "DynamicContent",
|
||||
Shortcuts = "Shortcuts",
|
||||
TextCols = "TextCols",
|
||||
TextContent = "TextContent",
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user