KC's Workspace
    Preparing search index...

    Copyright (c) Meta Platforms, Inc. and affiliates.

    This source code is licensed under the MIT license found in the LICENSE file in the root directory of this source tree.

    interface Colors {
        comment: { close: string; open: string };
        content: { close: string; open: string };
        prop: { close: string; open: string };
        tag: { close: string; open: string };
        value: { close: string; open: string };
    }
    Index

    Properties

    comment: { close: string; open: string }
    content: { close: string; open: string }
    prop: { close: string; open: string }
    tag: { close: string; open: string }
    value: { close: string; open: string }