@witchcraft/editor
    Preparing search index...

    Type Alias ParsedFileAttrs

    Attributes parsed from HTML when importing file/image nodes.

    type ParsedFileAttrs = {
        height?: number;
        id?: string;
        ignoreAspectOnResize?: boolean;
        src?: string;
        width?: number;
    }
    Index
    height?: number
    id?: string
    ignoreAspectOnResize?: boolean
    src?: string
    width?: number