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

    Interface TextDecorationData

    interface TextDecorationData {
        strikethrough: boolean;
        underline: boolean;
    }
    Index

    Properties

    strikethrough: boolean
    underline: boolean