interface LibrariesListItemState {
    color: string;
    panelOpen: boolean;
}

Properties

Properties

color: string
panelOpen: boolean