@zeplin/extension-model
    Preparing search index...

    Interface HexColor

    interface HexColor {
        a: string;
        b: string;
        g: string;
        r: string;
    }
    Index

    Properties

    a b g r

    Properties

    a: string
    b: string
    g: string
    r: string