Appearance
useCmsSection ​
Definition ​
Composable to get cms section content
Signature ​
ts
export function useCmsSection<SECTION_TYPE extends CmsSection>(
content: SECTION_TYPE,
): UseCmsSectionType
Parameters ​
| Name | Type | Description |
|---|---|---|
| content | SECTION_TYPE |
Return type ​
ts
UseCmsSectionType
Properties ​
| Name | Type | Description |
|---|
Methods ​
| Name | Type | Description |
|---|