/** * The class name contract for the stackpanel component */ export interface StackPanelClassNameContract { /** * The root of the stackpanel component */ stackPanel?: string; /** * the container that contains the stack panel items */ stackPanel_items?: string; /** * Applied if the stack panel is scrollable */ stackPanel__scrollable?: string; }