(blockOptions: TransformOptions | false | undefined)
| 52 | |
| 53 | const { style, pluginVariableStyle, variableSyntax, component, options } = payload |
| 54 | let devComponent: DevComponent | null = null |
| 55 | |
| 56 | const { |
| 57 | component: componentOptions, |
| 58 | css: cssOptions, |