Frodo Library - v4.0.0-10
    Preparing search index...

    Interface ThemeExportInterface

    interface ThemeExportInterface {
        meta?: ExportMetaData;
        theme: Record<string, ThemeSkeleton>;
    }
    Index

    Properties

    Properties

    theme: Record<string, ThemeSkeleton>