CardComponentName type

Names of the components allowed in a card view.

export declare type CardComponentName = 'text' | 'cardButton' | 'cardBar' | 'textInput' | 'searchBox' | 'searchFooter' | 'dataVisualization';