interface SectionsOptions {
    components: ComponentType<BlockComponentProps>[];
}

Properties

Properties

components: ComponentType<BlockComponentProps>[]

Generated using TypeDoc