subsrt-ts
    Preparing search index...

    Interface StyleCaption

    interface StyleCaption {
        data: Record<string, string>;
        type: "style";
    }
    Index

    Properties

    Properties

    data: Record<string, string>
    type: "style"