'components' => [
'TestComponent' => [
'class' => 'app\components\MyComponent'
],
]
instanceof app\components\MyComponent
.'components' => [
'TestComponent' => [
'class' => 'app\components\MyComponent',
'myProp' => 'Whatever you need' //myProp - публичное свойство компонента
],
]