10 lines
185 B
Swift
10 lines
185 B
Swift
//
|
|
// TermKitWidget.swift
|
|
// TermKitBackend
|
|
//
|
|
// Created by david-swift on 01.07.2024.
|
|
//
|
|
|
|
/// The type of widgets of the TermKit backend.
|
|
public protocol TermKitWidget: Widget { }
|