Type Alias UngredLibElementDefinition

UngredLibElementDefinition: {
    DBElement?: Record<string, string>;
    defs: {
        style?: Record<string, PathAttrsCommon>;
        userStyles?: UserStyle[];
    };
}