Interface LayerTabItem

interface LayerTabItem {
    content: string;
    title: string;
}

Properties

Properties

content: string
title: string